Quantcast
Channel: Is it possible to query the Apex Class Accesses of a permission set? - Salesforce Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by Dhanik Lal Sahni for Is it possible to query the Apex Class...

You can use SetupEntityAccess and Apex class to get required information. First SOQL will show all apex class Ids which is enabled for permission set 'CustomPermission'. Second SOQL will show Apex...

View Article



Answer by ManishG for Is it possible to query the Apex Class Accesses of a...

As per the documentation of SetupEntityAccess at https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_setupentityaccess.htm SetupEntityAccess - Represents the enabled setup...

View Article

Is it possible to query the Apex Class Accesses of a permission set?

I'm not sure about the object name and the Field Name. I tried but i think "ApexClass" is not the right object to call apexclass from a permission set. Here is the query [Select Id, Name From...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images