You need to sign in to do that
Don't have an account?
Help me with SOQL Query
I need the list of users who all are having edit access to a record from Account object.
Can anybody help me with the SOQL query.
Can anybody help me with the SOQL query.
https://salesforce.stackexchange.com/questions/107519/how-to-query-users-who-have-access-to-a-particular-record
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_userrecordaccess.htm?search_text=UserRecordAccess
https://success.salesforce.com/answers?id=9063A000000l3E0QAI
The following sample query returns the records, whether the queried user has read and transfer access to each record, and the user’s maximum access level to each record.
The following query returns the records to which a queried user has read access.