You need to sign in to do that
Don't have an account?
Ashish Biswas
Standard Junction object in SFDC
Hi,
Can any one help me with an example of a standard object that’s also junction object in salesforce.
Thanks in Advance
Can any one help me with an example of a standard object that’s also junction object in salesforce.
Thanks in Advance
In don't have any standard salesforce junction object in my knowledge ,
but there r many blogs that is enough to understand this
https://help.salesforce.com/HTViewHelpDoc?id=relationships_manytomany.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=relationships_manytomany.htm&language=en_US)
See this link once , if not understood then let me know.
OpportunityContactrole is the junction between Opportunity and Contact, and also Quote is junction between Contract and Opportunity.
Also you can find out some more examples of standard junction objects from Salesforce Data Model.
Thanks,
Sagarika
Greetings!
There are many standard junctions in salesforce.
OpportunityContactRole -> OpportunityId + ContactId
PricebookEntry -> PricebookId + Product2Id
OpportunityLineItem -> OpportunityId + PricebookEntryId
If you find your Solution then mark this as the best answer.
Thank you!
Regards,
Suraj Tripathi
List of Standard Junction objects -
1.OpportunityLineItem -> OpportunityId + PricebookEntryId
2.PricebookEntry -> PricebookId + Product2Id
3.CaseSolution -> CaseId + SolutionId
4.OpportunityContactRole -> OpportunityId + ContactId
5.CaseArticle