Sales users should not edit Opportunity
after
Stage = Closed Won.
3 Antworten
Hi @Rohit .
You can handle this using a
Validation Rule on Opportunity. The rule can check whether the Opportunity was already Closed Wonand block further updates for Sales Users, while allowing specific users such as System Administrators to edit it.
This is generally a better approach than relying only on page layout settings, because the validation rule enforces the restriction when the record is saved.
Hope this helps!