Salesforce Certified Platform App Builder — Question 317
Ursa Major Solar wants to create a relationship between the standard Contact object and a custom Solar Project object. Contact s can potentially be related to multiple Solar Project objects, and a Solar Project can have multiple Contacts associated with it.
How should an app builder configure the data model?
Answer options
- A. One Master-detail relationship on Contact and one Master-detail relationship on Solar Project
- B. Two Master-detail relationships on a new custom object
- C. One Lookup relationship on Contact and one Lookup relationship on Solar Project
- D. Two Lookup relationships on a new custom object
Correct answer: B
Explanation
The correct answer is B because establishing a many-to-many relationship requires a junction object, which is created using two Master-detail relationships on a new custom object. The other options do not adequately support this many-to-many relationship configuration.