The VP of Sales at Universal Containers has reported that users are changing the stage of opportunity records that they do NOT own. The VP wants only the owner of an opportunity to be able to change the Stage of an Opportunity. Organization-Wide Defaults are set to public read/write. Which validation rule should the administrator use to allow only the record owner to edit the stage field?
A. AND( ISCHANGED( StageName ) , OwnerId <>; $User.Id )
B. AND( PRIORVALUE( StageName ) , OwnerId <>; $User.Id )
C. NOT( PRIORVALUE( StageName ) , OwnerId = $User.Id )
D. NOT( ISCHANGED( StageName ) , OwnerId = $User.Id )
Suggest answer: A
Reference:
No comments:
Please share to make the community better.