Match each Salesforce security requirement regarding profile settings and object or field-level security to its appropriate administration mechanism.
- Granting Read and Edit access for a sensitive custom field to only a select group of users without altering their base profile assignmentsField-Level Security (FLS) managed via Permission Set
- Completely disabling Read, Create, Edit, and Delete access to a custom object for all users assigned to a specific job roleObject-Level Permissions (CRUD) configured on the Profile
- Restricting the specific times of day when call center representatives are permitted to access the Salesforce orgLogin Hours specified on the Profile
- Enforcing strict network access control by denying login entirely to users on a profile when originating outside designated IP addressesLogin IP Ranges specified on the Profile
Answer
Granting selective field access maps to Field-Level Security managed via Permission Set. Completely removing access to a custom object maps to Object-Level Permissions configured on the Profile. Restricting login time windows maps to Login Hours specified on the Profile. Enforcing IP-based login blocking maps to Login IP Ranges specified on the Profile.
Each requirement directly aligns with standard Salesforce security administration principles: Permission Sets grant field access incrementally to select users; Profile Object Permissions set baseline object access (CRUD); Profile Login Hours dictate valid access windows; and Profile Login IP Ranges dictate absolute network entry limits.
Step-by-Step Solution
Key Concept
Salesforce Security Architecture: Profiles vs. Permission Sets, Object Permissions, FLS, and Login Restrictions