Salesforce Certified Platform App Builder — Question 442
Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.
How should an app builder configure the proper access?
Answer options
- A. Create a sharing rule that grants the users Read/Write access to the Application records
- B. Create a queue for the web applications and assign access to the users who will be editing the records
- C. Add a sharing rule that grants the users Read/Write access to the Internship records
- D. Set the organization-wide default on the Applications object to Read/Write
Correct answer: C
Explanation
The correct answer is C because in a master-detail relationship, the detail records (Applications) inherit the sharing settings of the master records (Internships). By granting access to the Internship records, recruiters will automatically gain access to the associated Applications records. The other options do not provide direct access to the Applications through the established relationship.