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
Jay REIJay REI 

field accessibility, object reg

Hi
 
I would like to know, in which objets the field level permissions are stored.
 
to explain more,
 
when we go to setup, select any object, select any field, and we look for field level accessibily, we get the list of profiles->recordsets types->accessibility.
 
I would like to know in which object this information is stored.
 
so the object will be having the field id, recordset type id, and the accessibility,  I hope,
 
can anyone please help?
 
Thanks
Jay
 
 
Mike LeachMike Leach

AFAIK, there is no way to reflect on the access control lists (ACL) via the API. They are probably private/protected members in the underlying SObject base class.

The results of describeGlobal and describeSObject enforce the ACLs. If an object or field do not appear in the API, then the API Profile User does not have Read access.