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
ranirani 

Name of the Object

I want to know the name of the Object which stores the Field Level Security Information. I.e. information regarding the profile which has rights over a certain field.
SuperfellSuperfell
DescribeSObjectResult contians a Field object/structure that has this info. (for the current user, not for other profiles).
mtbclimbermtbclimber
The way to determine FLS is to use the DescribeSObjects call and inspect the Field object(s) as desired. This must be run as the desired user. There is no way to access FLS information by performing a SOQL query, i.e. through an Object.