Vanguard Asset Operations utilizes a custom object named `Equipment_Audit__c` to log site safety reviews. The Organization-Wide Default (OWD) for `Equipment_Audit__c` is configured as Private, and the Grant Access Using Hierarchies setting for this custom object was previously deselected by an administrator.
The administrator must now meet two new security requirements:
1. Regional Operations Managers must automatically gain Read/Write access to all `Equipment_Audit__c` records owned by Field Inspectors who report below them in the role hierarchy.
2. Members of the internal Compliance department (organized into the Public Group "Compliance Auditors") must be granted Read-Only access to any `Equipment_Audit__c` record where `Audit_Status__c` equals "Non-Compliant", regardless of record ownership.
Which TWO configuration actions should the administrator take to fulfill these requirements? (Select 2)
- Select the 'Grant Access Using Hierarchies' checkbox in Organization-Wide Defaults for the Equipment_Audit__c object.Cevap
- Create a criteria-based sharing rule on Equipment_Audit__c to grant Read-Only access to the 'Compliance Auditors' Public Group when Audit_Status__c equals 'Non-Compliant'.Cevap
- CCreate an owner-based sharing rule on Equipment_Audit__c to share records owned by Field Inspectors with Regional Operations Managers.
- DAssign a Permission Set containing the 'View All' object permission for Equipment_Audit__c to all Regional Operations Managers.
- EChange the Organization-Wide Default (OWD) setting for Equipment_Audit__c from Private to Public Read-Only.