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
Post a Comment