Nexus Logistics utilizes a custom object named Asset_Maintenance__c to record equipment inspection reports. The Organization-Wide Default (OWD) for Asset_Maintenance__c is set to Private. Under default Salesforce security settings, regional managers can automatically view all inspection reports owned by branch supervisors below them in the role hierarchy. However, strict internal audit compliance requires that high-priority maintenance reports owned by branch supervisors be shared with the Quality Assurance team, while preventing managers higher in the role hierarchy from inheriting access to these specific records.
Which configuration change should the System Administrator make on the Asset_Maintenance__c object to satisfy these requirements?
- Deselect the 'Grant Access Using Hierarchies' setting for the Asset_Maintenance__c object in Organization-Wide Defaults, then create a criteria-based sharing rule to share high-priority records with the Quality Assurance group.Answer
- BCreate a Permission Set that removes Object-Level Read access for Asset_Maintenance__c and assign it to the regional managers higher in the hierarchy.
- CConfigure an owner-based sharing rule that grants Read access to Quality Assurance and select the option to exclude managers in the role hierarchy options of the sharing rule wizard.
- DChange the Organization-Wide Default (OWD) of Asset_Maintenance__c to Public Read-Only so all users can view records without relying on the role hierarchy.