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
AsymtekAsymtek 

Prevent Users from skipping Stages

I am looking for a formula or validation rule that would help me prevent the user from skipping a stage. 
forcedotcomforcedotcom

Hi Asymtek,

 

Sounds like you need a validation rule with the PRIORVALUE(field) function. This way if the previous value is not whatever you expect the previous stage to be, your user will see an error message.

 

forcedotcom