+ Start a Discussion
srikeerthisrikeerthi 

Reg: Usage of UserRecordAccess in the Apex Trigger

Hi

 

I need to use the "UserRecordAccess" in Apex Trigger in order to get the User permission on the Record,is it possible to use this in Trigger.

 

I have used the  UserRecordAccess in the Trigger while updating the record to get the User Permission on that record,but I am unable to get these lines of code executed.

 

 

If any one know about this,please help me.