function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gopinath418Gopinath418 

What are salesforce in built junction objects?

Best Answer chosen by Gopinath418
Lokesh KumarLokesh Kumar
Hi Gopinath,

 OpportunityContactrole is the junction between Opportunity and Contact, and also Quote is the junction between Contract and Opportunity.
PriceBookEntry is a junction between Product2 and Pricebook2
Opportunity Product is a junction object between Product2 and Opportunity.

Also, you can find out some more examples of standard junction objects from Salesforce Data Model. (https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_erd_majors.htm)

Let me know if this solved your query,

Thanks !
Lokesh
 

All Answers

Lokesh KumarLokesh Kumar
Hi Gopinath,

 OpportunityContactrole is the junction between Opportunity and Contact, and also Quote is the junction between Contract and Opportunity.
PriceBookEntry is a junction between Product2 and Pricebook2
Opportunity Product is a junction object between Product2 and Opportunity.

Also, you can find out some more examples of standard junction objects from Salesforce Data Model. (https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_erd_majors.htm)

Let me know if this solved your query,

Thanks !
Lokesh
 
This was selected as the best answer
Gopinath418Gopinath418
Thank you Lokesh, cleared my question
Lokesh KumarLokesh Kumar
Cheers ! Gopi.

Please mark it solved for others in future.

happy to help you !