AeroVanguard Logistics maintains a custom field named Driver_License_Number__c on the Contact object. Currently, 15 dispatchers are assigned to a custom profile named 'Dispatcher Profile' which grants Read and Edit access to this field. The compliance department requests that only 2 senior dispatchers retain Read and Edit access to Driver_License_Number__c, while restricting access for all other dispatchers. What is the recommended administrator configuration to achieve this security requirement with minimal administrative maintenance?
- Set Field-Level Security for Driver_License_Number__c to Hidden on the Dispatcher Profile, create a Permission Set granting Read and Edit access to Driver_License_Number__c, and assign it to the 2 senior dispatchers.Cevap
- BClone the Dispatcher Profile to create a 'Senior Dispatcher Profile' with Read and Edit access to Driver_License_Number__c, remove access from the base profile, and assign the 2 senior dispatchers to the new profile.
- CKeep Read and Edit access on the Dispatcher Profile, but set Dynamic Forms component visibility rules on the Contact Lightning Record Page to hide the field from non-senior dispatchers.
- DConfigure Organization-Wide Network Access login IP ranges for the 2 senior dispatchers to grant them field-level access to Driver_License_Number__c.
Cevap
Restrict access to Driver_License_Number__c on the base profile using Field-Level Security, then create and assign a Permission Set granting Read and Edit access to the 2 senior dispatchers.
In accordance with Salesforce security best practices, profiles should grant the minimum required baseline access (least privilege principle). Disabling Field-Level Security for Driver_License_Number__c on the Dispatcher Profile ensures no dispatcher sees the sensitive field by default. A Permission Set is then used to grant additive Read and Edit access specifically to the 2 senior dispatchers without needing a redundant custom profile.
Adım Adım Çözüm
Anahtar Kavram
Field-Level Security and Additive Permission Sets
Tahmini Süre:1m 30s