Aura Solar Solutions uses a custom object named Installation_Project__c to track engineering projects. The Organization-Wide Default (OWD) for Installation_Project__c is set to Private, and the 'Grant Access Using Hierarchies' setting is currently unchecked on the object definition.
Management requires the following access configuration:
1. Regional Operations Managers must regain automatic access to Installation_Project__c records owned by users below them in the role hierarchy.
2. Members of the Safety Compliance Team must receive Read access to any Installation_Project__c record where the Risk_Level__c field is set to 'High', regardless of record ownership.
Which TWO configurations should the System Administrator implement to meet these access requirements?
- Select the 'Grant Access Using Hierarchies' checkbox on the Installation_Project__c object definition.Answer
- BChange the Organization-Wide Default (OWD) for Installation_Project__c from Private to Public Read/Only.
- Create a criteria-based sharing rule on Installation_Project__c where Risk_Level__c equals 'High' to share Read access with the Safety Compliance public group.Answer
- DAssign a permission set with 'View All' object permission on Installation_Project__c to the Safety Compliance Team users.
- ECreate an owner-based sharing rule to grant Read access to higher roles while keeping 'Grant Access Using Hierarchies' unchecked.