Field Validation Rule on Opportunity Stage
We have a need to allow Inside Sales to modify the Sales Stage on the Opportunity, but only want them to be able to change the Stage to Qualified Opportunity. Is there a way to use a Field Validation Rule to accomplish this? I have tried the below rule on the Sales Stage Id, but the rule is not working as needed.
(UserValue('<Role>') LIKE '*Inside*' AND [<IndexedPick0>] = 'Qualified Opportunity')
Any ideas on how the rule should read?
Thanks!
0