Activity › Forums › Salesforce® Discussions › What is Many-Many Relationship in Salesforce ?
Tagged: Join Object, Junction Object, Many To Many Relationships, Master Detail Relationship, Salesforce Relationships
-
What is Many-Many Relationship in Salesforce ?
Posted by Aman on September 23, 2018 at 9:10 AMWhat is Many-Many Relationship in Salesforce ?
Parul replied 7 years, 7 months ago 3 Members · 2 Replies -
2 Replies
-
Many-Many Relationships between two objects can be created.
Junction Object is used to create Many-Many Relationship.
Junction object can also be called as Join Object.
Junction Object links each objects in Many-Many Relationship. - [adinserter block='9']
-
Many-to-Many
You can use master-detail relationships to model many-to-many relationships between any two objects. A many-to-many relationship allows each record of one object to be linked to multiple records from another object and vice versa.
To create a many-to-many relationship, simply create a custom junction object with two master-detail relationship fields, each linking to the objects you want to relate.
By using Junction Object we can achieve this relationship, here junction object is having Master- Detail Relationship with different objects (Ex.Students & Courses). Using this Master to Detail Relationship, we can create the Many-to-Many Relationship in between the objects.
Log In to reply.