I have created this VR to allow a specific user to edit closed won opportunities so he can update certain fields. He keeps receiving an "insufficient access to object" error.
Any help is greatly appreciated.
AND(
ISPICKVAL(PRIORVALUE(StageName),"Closed Won"),
NOT( $User.Id = "000000000000000")
))
2 Antworten
Hi Matthew,
This isn't related to your validation rule. The user does not have permissions to access this record.
It could be, for example because your Opportunity org wide default is set to Private and this person is not the owner of the Opportunity.
There could be multiple reasons but the issue is the user not having access on the record.