Salesforce Certified Platform App Builder — Question 131
Universal Containers has created two custom objects called Seminars and Attendees. Organization-wide defaults for these objects have been set to Private.
Universal Containers wants to set up a new junction object between these custom objects. A select group of users should be able to edit records in the junction object.
Which two steps should an app builder take to configure the proper security? (Choose two.)
Answer options
- A. Set Sharing Settings to Read Only on both Master-Detail relationship fields.
- B. Create owner-based sharing rules that give Read access to the master objects.
- C. Create an owner-based sharing rule that gives Read access to the junction object.
- D. Set lookup filters on both junction object relationship fields.
Correct answer: B, D
Explanation
The correct answer includes B, which allows the specified users to access the master objects, ensuring they can also access the related junction object. Option D is also correct as it helps in refining which records users can see, thus enhancing security. Options A and C do not directly grant the necessary access to the users for editing records in the junction object.