CloudTech Dynamics recently updated its security compliance policy for the Account object. The compliance team requires that a sensitive field, Tax_Identification_Number__c, be restricted so that users assigned to the Standard Sales profile cannot view or edit it across any interface, including reports, list views, and API integrations. The administrator plans to hide the field by applying component visibility rules using Dynamic Forms on the Account Lightning record page. Which statement accurately explains why this proposed solution fails to satisfy the security requirement?
- Dynamic Forms component visibility only controls field display on Lightning record pages, so users can still access the field data through reports, list views, and API integrations unless Field-Level Security is restricted.Cevap
- BDynamic Forms component visibility rules automatically override Field-Level Security settings, causing the field to become globally visible to all profiles in the organization.
- CDynamic Forms visibility rules cannot take effect unless a custom permission set is created and explicitly assigned to each user on the Standard Sales profile.
- DDynamic Forms component visibility requires configuring trusted Login IP Ranges on the profile before UI visibility restrictions are enforced.
Cevap
Dynamic Forms component visibility only controls field display on Lightning record pages, so users can still access the field data through reports, list views, and API integrations unless Field-Level Security is restricted.
Field-Level Security (FLS) is the primary security layer for controlling field access in Salesforce. Page layout settings and Dynamic Forms component visibility rules only control the visual presentation on Lightning record pages. If FLS allows read access, users can still view field data in reports, list views, global search, and API calls. Therefore, relying solely on Dynamic Forms is insufficient to satisfy a requirement for complete field restriction.
Adım Adım Çözüm
Anahtar Kavram
Field-Level Security vs Page Layout / Dynamic Forms Visibility