A financial services firm needs to grant 15 compliance auditors temporary Read and Edit permissions on a custom object named 'Loan Applications'. The auditors currently share a standard baseline profile with other internal team members who must not have access to this object. What is the recommended administrative approach to grant the required access according to Salesforce security best practices?
- Create a permission set that grants Read and Edit access to the Loan Application object, and assign it directly to the 15 compliance auditors.Answer
- BModify the existing baseline profile shared by the compliance auditors to enable Read and Edit permissions on the Loan Application object.
- CClone the baseline profile, enable Read and Edit access on the Loan Application object within the cloned profile, and reassign the compliance auditors to this new profile.
- DChange the Organization-Wide Default (OWD) sharing setting of the Loan Application object to Public Read/Write.
Answer
The administrator should create a permission set granting Read and Edit permissions on the Loan Application object and assign it to the 15 compliance auditors.
Salesforce security best practices dictate using profiles to define baseline access and permission sets to extend access to specific users. Creating a permission set for the custom object and assigning it to the auditors grants the necessary permissions without exposing the object to other users on the shared baseline profile.
Step-by-Step Solution
Key Concept
Additive Permissions via Permission Sets
Estimated Time:1m 15s