Salesforce Certified Platform App Builder — Question 47

Universal Containers uses a custom object called Reviews to capture information generated by interviewers during the candidate process. The Review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the comment field on the Review to be private to anyone outside of the HR department.
How should the app builder meet this requirement?

Answer options

Correct answer: D

Explanation

The correct answer is D because using field-level security allows you to control who can see the comment field, ensuring it remains private for HR users only. Option A does not effectively restrict access at the field level, while options B and C focus on sharing rules, which do not apply to individual field visibility.