Salesforce Fact #550 | CustomPermissionDependency

Do you know there is an object in Salesforce named 'CustomPermissionDependency' which tracks the dependency among custom permissions. Using this object, we can track which custom permission is a required one while assigning another custom permission.

In this example, we have two custom permission: 'Convert Leads' and 'Test Custom Permission'. We want to setup the dependency such that Test custom Permission is a required custom permission while assigning 'Convert Leads' custom permission.

Reference: https://developer.salesforce.com/docs/atlas.en-us.238.0.object_reference.meta/object_reference/sforce_api_objects_custompermissiondependency.htm

Attached are the screenshots.




Comments

Popular posts from this blog

Salesforce Fact #218 | Blank picklist value is actually NULL

Salesforce Fact #947 | Resolving dashboard logged-in user limit error

Salesforce Fact #989 | New delete files permission