Universal Containers uses a custom object named Performance_Review__c to track employee evaluations. The administrator needs to restrict access to a sensitive custom field, Overall_Rating__c, so that only three Executive Team members can view and edit it. All other users assigned to the Standard User profile must continue to create and edit Performance Review records without having any access to the Overall_Rating__c field. Which configuration should the administrator implement to satisfy this security requirement?
- Set Field-Level Security on Overall_Rating__c to restricted (Read and Edit unchecked) for the Standard User profile, and assign a Permission Set granting Read and Edit access to the Executive Team members.Cevap
- BClone the Standard User profile to create an Executive User profile with access to Overall_Rating__c, then reassign all other non-executive users to a new profile with the field removed from the page layout.
- CConfigure Dynamic Forms component visibility rules on the Performance Review record page to hide the Overall_Rating__c field unless the viewing user belongs to the Executive Team.
- DDefine a Profile Login IP Range on the Standard User profile that limits access to the Overall_Rating__c field during corporate network sessions.
Cevap
Restrict Field-Level Security on the Overall_Rating__c field for the Standard User profile by unchecking Read and Edit, and create a Permission Set granting Read and Edit access on Overall_Rating__c assigned specifically to the Executive Team members.
The correct approach enforces Field-Level Security (FLS) by removing Read and Edit access from the base profile (Standard User) and using a Permission Set to grant the required access to specific individual users. This follows Salesforce security best practices by providing true data security across UI, reports, and APIs while preventing profile maintenance bloat.
Adım Adım Çözüm
Anahtar Kavram
Field-Level Security (FLS) restriction on profiles combined with additive access via Permission Sets
Tahmini Süre:1m 30s