Northern Trail Outfitters tracks executive reviews using a custom object named Partner_Evaluation__c. To prevent automatic upward data visibility across the organization, an administrator deselected the 'Grant Access Using Hierarchies' checkbox on the Partner_Evaluation__c object definition, while keeping its Organization-Wide Default (OWD) set to Private. Following a corporate restructuring, users assigned to the 'VP of Operations' role require Read and Edit access to all Partner_Evaluation__c records owned by regional managers in the 'Regional Operations Director' role. However, users in the VP of Operations role must not be granted access to evaluations owned by managers in other divisions. Which configuration fulfills this access requirement while adhering to the principle of least privilege?
- Create an owner-based sharing rule on Partner_Evaluation__c that shares records owned by members of the 'Regional Operations Director' role with the 'VP of Operations' role, specifying Read/Write access.Cevap
- BRe-enable 'Grant Access Using Hierarchies' on the Partner_Evaluation__c object and position the 'VP of Operations' role directly above the 'Regional Operations Director' role in the role hierarchy.
- CCreate a Permission Set with 'Modify All' object-level permissions for Partner_Evaluation__c and assign it to all users holding the 'VP of Operations' role.
- DChange the Organization-Wide Default (OWD) of Partner_Evaluation__c from Private to Public Read/Write.