A system administrator at an event management company needs to grant access to a custom object named 'Vendor Contracts' to two newly hired event coordinators. None of the other users sharing the same baseline profile require access to this object. What is the Salesforce recommended best practice to grant access to these two users?
- Create a permission set granting access to the Vendor Contracts object and assign it to the two event coordinators.Answer
- BClone the existing baseline profile, enable access to the Vendor Contracts object, and reassign the two event coordinators to the new profile.
- CModify the Organization-Wide Default sharing setting of the Vendor Contracts object to Public Read/Write for all users.
- DModify the user records of the event coordinators to grant delegated administrative rights over the Vendor Contracts object.
Answer
Create a permission set granting access to the Vendor Contracts object and assign it to the two event coordinators.
Permission sets are the recommended mechanism in Salesforce to grant additional object, field, or system permissions to specific users without modifying their assigned profiles or affecting other users sharing that profile.
Step-by-Step Solution
Key Concept
Using Permission Sets for Additive User Permissions
Estimated Time:45s