Pair each Salesforce access control requirement on the left with the appropriate security mechanism on the right.
- Completely hide a sensitive custom field from users assigned to a profile across all views, reports, and API calls.Field-Level Security (FLS)
- Grant Create and Read access for the Account object to all users assigned to a standard user profile.Object Permissions on Profile
- Prevent users assigned to a specific profile from logging into Salesforce outside of standard business working hours.Profile Login Hours
- Deny login attempts for users on a profile if their connection originates outside designated corporate IP ranges.Profile Login IP Ranges
Cevap
Field-Level Security hides fields universally; Object Permissions grant object-level CRUD access; Profile Login Hours control allowable login times; Profile Login IP Ranges restrict login access by network IP address.
Each administrative requirement corresponds directly to a specific profile security setting: Field-Level Security controls field access across all entry points; Object Permissions govern object-level CRUD access; Profile Login Hours define allowed authentication windows; and Profile Login IP Ranges enforce network boundaries.
Adım Adım Çözüm
Anahtar Kavram
Profiles control baseline object permissions, field-level security, and system-level login restrictions (IP ranges and login hours).