Universal Containers tracks field equipment maintenance using a custom object named `Equipment_Maintenance__c`. The Organization-Wide Default (OWD) for the object is set to Private, and Grant Access Using Hierarchies is enabled. The security team establishes the following access requirements:
1. Regional Service Managers must automatically inherit access to maintenance records owned by Field Technicians reporting below them in the role hierarchy.
2. The Safety Compliance Team (a public group) must have Read-Only access to all maintenance records where the `Safety_Hazard__c` checkbox is marked `True`, regardless of who owns the record.
3. The Operations Director role must have Read/Write access to all maintenance records owned by users in the Field Technician role.
Which TWO administrative configuration steps are required to fulfill these requirements?
- Create a criteria-based sharing rule on `Equipment_Maintenance__c` to grant Read-Only access to the Safety Compliance Team public group when `Safety_Hazard__c` equals `True`.Cevap
- Create an owner-based sharing rule on `Equipment_Maintenance__c` to grant Read/Write access to the Operations Director role for records owned by the Field Technician role.Cevap
- CDeselect the 'Grant Access Using Hierarchies' checkbox on `Equipment_Maintenance__c` so that managers only view records shared via criteria.
- DAssign a permission set with 'View All' object-level permission on `Equipment_Maintenance__c` to members of the Safety Compliance Team.
- EChange the Organization-Wide Default (OWD) for `Equipment_Maintenance__c` to Public Read-Only so Safety Compliance members can view safety hazard records.