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

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.