A renewable energy company has 40 field technicians who all share the 'Standard Field Tech' profile. The administrator needs to grant two lead technicians temporary Read and Edit access to a custom object named 'Substation Maintenance' for a 60-day project. The remaining 38 technicians should not be able to view or edit this object. Which administrative approach meets this requirement while adhering to Salesforce security best practices?
- Create a Permission Set with Read and Edit permissions on the 'Substation Maintenance' object, assign it to the two lead technicians, and configure a permission set assignment expiration date of 60 days.Answer
- BClone the 'Standard Field Tech' profile to create a 'Lead Field Tech' profile with Read and Edit access on 'Substation Maintenance', and reassign the two lead technicians to the new profile.
- CModify the baseline 'Standard Field Tech' profile to grant Read and Edit access on 'Substation Maintenance', then create a Muting Permission Set to restrict access for the other 38 technicians.
- DEdit the 'Standard Field Tech' profile setting to enable a temporary permission override for the two lead technician user accounts.
Answer
Create a Permission Set with Read and Edit permissions on the 'Substation Maintenance' object, assign it to the two lead technicians, and configure a permission set assignment expiration date of 60 days.
The correct solution uses a Permission Set to grant object-level Read and Edit permissions specifically to the two lead technicians. By utilizing permission set assignment expiration, access automatically revokes after 60 days, satisfying least privilege and avoiding profile duplication.
Step-by-Step Solution
Key Concept
Additive Permissions via Permission Sets with Expiration