Notifications
Clear all
Aug 28, 2021 9:58 am
Validation rule to stop a Closed Won opportunity from being edited, except by admins or some other profiles.
1 Reply
Aug 28, 2021 10:00 am
AND(AND($Profile.Name <> 'System Administrator',
$Profile.Name <> 'Some Other Profile'),
Text(PRIORVALUE(StageName)) = 'Closed Won' )