A renewable energy corporation uses a single baseline profile to grant standard read-only access to all 40 regional operations managers. To streamline an upcoming quarterly grid maintenance program, 8 of these managers require temporary edit permissions on a custom Inverter Asset object and the ability to run data exports. Following the maintenance program, these additional privileges must cease. Which solution should the system administrator implement to meet these access requirements while adhering to Salesforce security best practices?
- ACreate custom profiles for the 8 regional managers with edit permissions on the Inverter Asset object and export access, then reassign their profile back to standard read-only after the maintenance period.
- Create a permission set granting edit access to the Inverter Asset object and export permissions, assign it to the 8 managers, and set an expiration date on the permission set assignment.Answer
- CModify the baseline profile to enable Organization-Wide Defaults to Public Read/Write for the Inverter Asset object during the maintenance window.
- DClone the standard user profile for the 8 managers, enable field-level edit access, and update the role hierarchy to automatically revoke access when the program ends.
Answer
Create a permission set granting edit access to the custom object and export permissions, assign it to the specific managers, and configure an expiration date on the permission set assignment.
The option advocating a Permission Set with an expiration date is correct because permission sets grant additive permissions without modifying baseline profiles. Leveraging assignment expiration dates ensures temporary privileges are automatically revoked upon completion of the maintenance period.
Step-by-Step Solution
Key Concept
Additive permissions and access lifecycle management using Permission Sets and Expiration Dates
Estimated Time:2m 0s