function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VikasVikas 

How to know the accessiblity of a particular record ID

Hi All,

How many tables of SFDC Schema I need to query to know the accessiblity of a particular record ID. For instance I want to pull out all the userIDs who have the read only access to Account ID '00100000002yluh' ?

If can can achieve this, please let me know how.

Thanks,

DevAngelDevAngel

Hi Vikas,

This is not really a supported operation.  There were similar questions from another partner last year who was trying to build a online/offline search and wanted to know if a user had access to specific data.  The answer was no.  It is far from the core use case and no facility for making that particular kind of determination is possible.

Sorry and Cheers