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
Joe GaskaJoe Gaska 

APEX Security Settings

 

We have built a custom application and need access to field and object level security descriptors within SalesForce.com.  Our application utilizes a 3rd party application and we want to pass along the security description into the app.  

 

Example:

 If the user is logged in as an Administrator but would like to look at another profiles settings (via APEX) how would you query and/or access the field level CRUD access for all fields (standard and custom).  We are trying to loop through all profiles and provide a full description for all field access to the application during setup (and when any changes happen).