How would you stop ...
 
Notifications
Clear all

[Solved] How would you stop editing of a closed won opportunity except for certain profiles.

2 Posts
1 Users
0 Likes
562 Views
Posts: 205
 CWL
Admin
Issue starter
(@cwl)
Member
Joined: 11 years ago

Validation rule to stop a Closed Won opportunity from being edited, except by admins or some other profiles. 

Issue Tags
1 Reply
Posts: 205
 CWL
Admin
Issue starter
(@cwl)
Member
Joined: 11 years ago

AND(AND($Profile.Name <> 'System Administrator',
$Profile.Name <> 'Some Other Profile'),
Text(PRIORVALUE(StageName)) = 'Closed Won' )

Reply
Share: