I'm trying to get a Validation Rule on my opportunities that only fires when a non-admin tries to Close Win. However, I'm running into a problem when a non-admin user moves the opportunity to Closed Lost (which I want them to be able to do)
I've tried different variations of the rule below. I cannot find a separate stage name for Closed, Closed Won, & Closed Lost.
AND (
ISPICKVAL(StageName, "Closed Won"),
$User.Id <> "005j000000FPcwR")
The Validation Rule should only fire on Closed Won, not Closed Lost