Find user access to a specific record/ records in Salesforce using query?

Hariprasath Thanarajah
1 min readJun 26, 2020

This is indeed a really necessary one to check whether a user of Salesforce has the record access to a particular record/ a list of records for the admin, developers, and the support peoples to check when a user couldn’t able to access a Salesforce record in an organization.

To find out if a particular user has access to a record, we can use the UserRecordAccess object. This object is available in API version 24.0 and later. We can use a simple SOQL query to UserRecordAccess object to find out if the user…

--

--

Hariprasath Thanarajah

8+ yrs of experience in Software Development and became a certified Salesforce Developer to develop end-to-end Salesforce features in Salesforce platform.