An organization uses a custom Billing application where access is managed using a Permission Set Group named 'Billing Operations Group'. This group includes three permission sets: Invoicing Access, Payment Processing, and Credit Adjustments. A compliance audit requires that a subgroup of internal auditors assigned to this group must retain all viewing and editing capabilities provided by the group, but must be explicitly restricted from deleting Credit Adjustment records. All other billing users must continue to have delete access. How should the system administrator meet this requirement while maintaining a scalable access architecture?
- AClone the standard billing profile, disable the Delete permission on the Credit Adjustment object, and reassign the internal auditors to the new custom profile.
- Create a new Permission Set Group for the internal auditors containing the three permission sets, and add a Muting Permission Set to the group that disables Delete access on the Credit Adjustment object.Cevap
- CModify the existing Credit Adjustments permission set to remove Delete access, and create a new standalone permission set granting Delete access to non-auditor billing users.
- DSet the Organization-Wide Defaults for the Credit Adjustment object to Private and use sharing rules to restrict delete privileges for internal auditors.
Cevap
Create a new Permission Set Group specifically for internal auditors that bundles the original permission sets along with a Muting Permission Set that revokes Delete permission on the Credit Adjustment object.
Permission Set Groups consolidate permissions into single assignments. When a subset of users assigned to a group requires a restriction (such as revoking Delete access), the recommended solution is to include a Muting Permission Set within a dedicated Permission Set Group. This mutes specified permissions without affecting the underlying reusable Permission Sets.
Adım Adım Çözüm
Anahtar Kavram
Permission Set Groups and Muting Permission Sets