You need to sign in to do that
Don't have an account?
Validation rule on changing Opportunity stages
I want to restrict all users, except admins, to our "Line of Sight - 10%" opportunity stage. Stated differently, "Line of Sight - 10%%" is the only opportunity stage a user should be able to set their opportunity to unless they're an admin. I've written the following rule. It allows admins to set to any stage like it should. However, it prevents everyone else from setting any opportunity stage. Meaning, users can't set the opportunity stage to "Line of Sight - 10%" like they should be able to. They also can't set it to any other stage but that is correct. Any idea what I'm missing?
AND( OR( ISNEW() ISCHANGED(StageName)), NOT(ISPICKVAL(StageName, "Line of Sight - 10%")), $Profile.Name <> "Admin")Thank you,
Nick
Please add below code in validation rule
Please let me know if you need any further assistance.
i think you have to use profile as 'System Administrator'