Salesforce Certified Platform App Builder — Question 341
Cloud Kicks (CK) wants to track orders against inventory, ensuring its ability to fulfill order requests. CK created a junction object called Request Inventory to enable many-to-many relationships with the Inventory and Order objects.
What does the app builder need to provide to ensure users can view Request Inventory records?
Answer options
- A. Apex-based sharing on the first master object.
- B. Read access to the first master object.
- C. Read access to both master objects.
- D. Sharing rules on Request Inventory object.
Correct answer: B
Explanation
The correct answer is B because in a junction object setup, users must have read access to the first master object in order to see the junction records. Options A and D do not guarantee visibility of the junction records, while option C is unnecessary since read access to just the first master object is sufficient for viewing Request Inventory records.