Query to check if the user has access to a particular report #inSalesforce

Query to check if the user has access to a particular report


SELECT RecordId, HasReadAccess FROM UserRecordAccess WHERE UserId = '00524000001OXXX' AND RecordId = '00O24000004DXXX'

Comments