A Salesforce Administrator at Cloud Real Estate Services needs to implement appropriate security and visibility controls for various business requirements. Match each business requirement to the correct Salesforce security or configuration feature.
- Restrict login access for all users assigned to the Customer Support Profile so they can only log in from specific corporate network IP ranges.Profile Login IP Ranges
- Dynamically hide a custom field on a Contact record page based on record status without modifying underlying access permissions.Dynamic Forms Component Visibility Rules
- Grant read and edit access for a sensitive custom field to 3 specific users across different profiles without altering their base profiles.Permission Set with Field-Level Security (FLS)
- Prevent all users assigned to the Sales Representative profile from deleting Account records while allowing them to create and edit Accounts.Profile Object Permissions
Cevap
Each business security requirement maps to its optimal Salesforce feature: restricting profile login locations maps to Profile Login IP Ranges; conditionally hiding fields on record pages without altering access maps to Dynamic Forms Component Visibility; granting selective field access across profiles maps to Permission Sets with FLS; and restricting object-level delete rights for a profile maps to Profile Object Permissions.
The solution accurately pairs each requirement with the correct Salesforce feature by distinguishing between network login restrictions (Profile Login IP Ranges), dynamic UI rendering (Dynamic Forms), additive user-specific field access (Permission Sets), and baseline object CRUD privileges (Profile Object Permissions).
Adım Adım Çözüm
Anahtar Kavram
Configuring security layers (Profile Object Permissions, Field-Level Security, Login IP Restrictions) vs. UI presentation tools (Dynamic Forms).