Match each Salesforce security requirement on the left with the most appropriate security or access control mechanism on the right.
- Completely block user login authentication if the user attempts to log in from an IP address outside corporate network ranges.Profile Login IP Ranges
- Restrict visibility of the Salary__c custom field on the Employee object across all UI layouts, reports, search results, and API integrations.Field-Level Security (FLS)
- Hide a sensitive section on a Lightning Record Page based on user location while keeping the field data accessible in reports and standard UI views.Dynamic Forms Component Visibility
- Grant Read and Edit permissions on a custom Audit__c object to a single compliance officer without modifying the shared base profile.Permission Set
Cevap
1. Completely blocking authentication outside allowed IPs matches Profile Login IP Ranges. 2. Securing a field across API, UI, and reports matches Field-Level Security (FLS). 3. Hiding UI components on Lightning record pages without affecting reports matches Dynamic Forms Component Visibility. 4. Elevating privileges for an individual without changing the profile matches Permission Set.
Each requirement strictly aligns with its appropriate Salesforce administrative feature: Profile Login IP Ranges block authentication at the edge; Field-Level Security restricts data at the object/schema level across all tools; Dynamic Forms provides UI-only conditional rendering; and Permission Sets safely grant extra permissions to targeted individuals.
Adım Adım Çözüm
Anahtar Kavram
Salesforce Security Architecture: Profile Login Restrictions, Field-Level Security, Dynamic Forms, and Permission Sets