An administrator needs to prevent non-HR users from viewing or editing a sensitive custom field, SSN__c, on the Contact object across all UI pages, reports, search results, and API integrations. Which security mechanism should the administrator use to satisfy this requirement?
- Field-Level Security (FLS) on the Contact object settingsAnswer
- BDynamic Forms component visibility rules on the record page layout
- CDistinct profiles for each department with customized page layouts
- DProfile Login IP Ranges configured for non-HR user profiles
Answer
Field-Level Security (FLS) on the Contact object settings
Field-Level Security (FLS) directly controls whether a field is visible or editable for a profile or permission set across all access points, including page layouts, list views, reports, search results, and API integrations.
Step-by-Step Solution
Key Concept
Field-Level Security (FLS) vs. Page Layout & Component Visibility
Estimated Time:45s