Northern Trail Outfitters has created a Complaints custom object related to Accounts. Due to the sensitive nature of these records, the object's visibility has been set to Private. A dedicated subset of support users who will work on these items has been added to a Complaints Specialist public group. Only users within the Complaints Specialist public group should be able to view and edit any Complaint record.
Which two options should a consultant recommend to meet the requirements? (Choose two.)
Click on the arrows to vote for the correct answer
A. B. C. D.AB
To meet the requirements of allowing only users within the Complaints Specialist public group to view and edit Complaint records, the consultant should recommend the following two options:
A. Create a criteria-based sharing rule that grants Read/Write access to the Complaints Specialist public group:
C. Set the Complaint object's default visibility to allow only the users in the Complaints Specialist public group to access the records:
Option B (Uncheck the Grant Access Using Hierarchies checkbox in Sharing Settings for the Complaints object) is incorrect because unchecking the Grant Access Using Hierarchies checkbox would prevent managers higher in the hierarchy from accessing the records, but it does not address the requirement of limiting access to only the users in the Complaints Specialist public group.
Option D (Use Apex managed sharing to grant record access to users in the Complaints Specialist public group and restrict manager visibility) is incorrect because Apex managed sharing is not required in this scenario. It is a programmatic approach that allows developers to define sharing rules and manage record access at a more granular level using Apex code. However, in this case, the requirements can be met using declarative sharing settings and the Complaints Specialist public group.
In summary, options A and C should be recommended to meet the requirements: creating a criteria-based sharing rule for the Complaints Specialist public group and setting the Complaint object's default visibility to allow only the users in the Complaints Specialist public group to access the records.