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
lewislewis 

Stop approval process inbetween steps after field update

i have a approval process that has 5 steps . at the 5th step this is approved or rejected. at the 3rd step , i would like the approver to update a specific checkbox field and then approve. once done, the approval process should stop there .  if the field is not updated, it goes as normal . how can i specify this criteria in my approval process.

 

Enter this step if the following criteria is met , else approve record/ next step ?

 

goabhigogoabhigo

So you mean to say once this checkbox is selected approval process should stop? If yes, then include a criteria in other approval steps which checks whether the checkbox is not selected.

 

When you say, "at the 3rd step , i would like the approver to update a specific checkbox field and then approve" I hope you are using some validation rule to enforce the approver to select the checkbox field?