Salesforce Fact #446 | MutingPermissionSet

Like Permission and PermissionSetGroup, we have one Sobject called MutingPermissionSet which keeps track of all the muting permission sets in the org.

We can query this object to get the details:

SELECT Id, IsDeleted, DeveloperName, Language, MasterLabel, CreatedDate FROM MutingPermissionSet

For more details, check out: https://developer.salesforce.com/docs/atlas.en-us.234.0.object_reference.meta/object_reference/sforce_api_objects_mutingpermissionset.htm


Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow