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
manishymanishy 

API to fetch FIELD LEVEL SECURITY of an Object

Hi,

 

Is there any API to fetch field level security of an Object specific to particular user?

sfdcfoxsfdcfox

In Apex Code or an external integration? You can check the results of a Describe call to determine field accessibility. You can also do this in Apex Code, but you have to be aware of the 100 calls per transaction limit, so you can't check every field, just fields that may be relevant.