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
LinThawLinThaw 

What profiles has been assigned what custom object permissions

Hi,

Is there any soql, meta data, or other ways,
to get the list of custom object permissions data (such as read, write,..),
that already assigned to every profiles.

Regards,
LinThaw.
Best Answer chosen by LinThaw
Shun KosakaShun Kosaka
Hi,
FieldPermissions object provide Field Level Security for particular profile.
Look over the following post!
http://salesforce.stackexchange.com/questions/71418/soql-statement-to-query-field-level-security-on-particular-profiles
 

All Answers

Shun KosakaShun Kosaka
Hi,
FieldPermissions object provide Field Level Security for particular profile.
Look over the following post!
http://salesforce.stackexchange.com/questions/71418/soql-statement-to-query-field-level-security-on-particular-profiles
 
This was selected as the best answer
LinThawLinThaw
Thanks Shun Kosaka.