Match each Salesforce security or UI control feature on the left with its correct administrative function on the right.
- Object Permissions (CRUD)Determines baseline Create, Read, Edit, and Delete access for an entire object across a profile.
- Field-Level Security (FLS)Controls whether a specific field is visible or editable for users across all interfaces, APIs, and reports.
- Profile Login IP RangesEnforces strict network restrictions specifying IP addresses from which users on a profile can log in.
- Dynamic Forms Component VisibilityHides or displays fields on Lightning Record Pages based on filter rules without securing underlying data.
Answer
Object Permissions define baseline CRUD operations for an object; Field-Level Security restricts field access universally across all entry points; Profile Login IP Ranges enforce network login locations; Dynamic Forms Component Visibility controls page layout rendering without enforcing data security.
Each feature is correctly matched to its security scope: Object Permissions control object-wide CRUD capabilities, Field-Level Security controls field access universally at the data level, Profile Login IP Ranges govern network location access, and Dynamic Forms component visibility rules handle UI display on record pages.
Step-by-Step Solution
Key Concept
Profiles and Object/Field-Level Security
Estimated Time:1m 0s