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
Ross.ax1563Ross.ax1563 

Chain of Command Approval Process

Hi Everyone

 

Is it possible to get the approval process to re-evaluate after each approval?  Basically for each user I have set a "maximum approval amount" (in the User object). If the value of a field on the record is greater than this amount, I want it approved by their manager (and so on, up the chain of command, depending on the value of the field).  

 

Regards

Ross

Jeff MayJeff May

You can use Current User fields in the entry criteria for Approval Steps.  As well as an exit condition.  Add the user field to your entry criteria for each of the steps and any record that doesn't meet it will exit out. Those that meet the criteria will continue in the step sequence.

sandeep@Salesforcesandeep@Salesforce

Hi , 

 

No You can not do this becaue there is not option provided to get User's attribute in Rule Criteria. 

Please let me know in case of any other query.

 

Please mark this as solution if this information you find helpful & Give me Kusdo.