Salesforce Certified Advanced Administrator — Question 66

Cloud Kicks has a requirement to display sensitive data only to appropriate users. The amount in the Salary field on the User object should display data only when the user record is being viewed by the user or by users with the HR profile. For all other users viewing the user record, the Salary field should display the word “Confidential” as text in the field.

What should the administrator use to fulfill this requirement?

Answer options

Correct answer: C

Explanation

The correct answer is C, as Page Layouts can be configured to control field visibility based on user profiles. Formula Fields and Validation Rules do not provide the necessary control for displaying different values based on user context, and Process Builder is not designed for altering UI display settings.