You need to sign in to do that
Don't have an account?

Validation rule to not change sub-stage value of closed won opp
I want to create validation rule when Opportunity is closed won and the user who is trying to update sub-stage and role of that user is xyz it will throw an error?
The validation rule that the system administrator can change stage name for closed won but the user not change the stage name for closed won in oppporunitity.
Try this one,
AND( $Profile.Id <> "00e7F0000023JYO", ISPICKVAL( StageName , "Closed Won"))
Thanks,
K.Kamala,
Sweet Potato Tec.