Apex Global Logistics tracks cargo shipments using a custom object named `Shipment_Manifest__c`. The Organization-Wide Default (OWD) for `Shipment_Manifest__c` is set to Private, and the Grant Access Using Hierarchies setting has been explicitly deselected on the object for strict security compliance.
The system administrator is tasked with meeting two new record access requirements:
1. The VP of Operations must be able to view all `Shipment_Manifest__c` records created by users assigned to the Dispatch Manager role.
2. A cross-departmental Compliance Audit Team must have Read/Write access to any `Shipment_Manifest__c` record where the `Hazardous_Material__c` checkbox field is set to True.
Which two administrative configurations should be implemented to meet these requirements while maintaining the principle of least privilege? (Select 2 options)
- Create an owner-based sharing rule on `Shipment_Manifest__c` that shares records owned by members of the Dispatch Manager role with the VP of Operations role.Answer
- Create a criteria-based sharing rule on `Shipment_Manifest__c` where `Hazardous_Material__c = True` that grants Read/Write access to a Public Group containing the Compliance Audit Team.Answer
- CAssign a Permission Set containing the 'View All' object-level permission for `Shipment_Manifest__c` to the VP of Operations user account.
- DEnable the 'Grant Access Using Hierarchies' checkbox within the individual role detail settings for the Dispatch Manager role.