function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Derek Bennett 5Derek Bennett 5 

Increment number field by +1, cross objects

Hello,

Can anyone help with this? 
I have two objects Leads(Standard), and Sales Quotes(Custom). 
When the lead record has the status = "Quoted"  I need a field called "Total Quotes" on the (Sales Quotes) Object to increase by +1, This field on the custom object will continuously increase by 1 everytime a lead record is placed in that status.   

Ive built this in process builder(see screen shot), but the field "Total Quotes" does not update when a lead record is placed in "Quoted" status. Any advice?
User-added image