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
ethanoneethanone 

Many to many relationshp among accounts

I've got a requirement that person accounts could be children to multiple business accounts (I'm not using contacts) i.e. person accounts could be a member of multiple organizations.  Also, business accounts could have multiple parents and children. The built in 1:N heirarchy in salesforce seems insufficient. What is the best way to set this up?
SFDCRRSFDCRR

DId you mean under one account we can just have one contact ?

 

we can create as many contact under one account .

 

 

CRM indiaCRM india
As per your requirement, you need to create a connector object which will have lookup to your Business Account and Person Account. This is the only way presently to create many to many relationship in SFDC at present.Thanks

Amit Mishra

ethanoneethanone
Upon trying to create the connector object, I cannot create two master-detail relationships to the Account object.  I can only create a standard lookup to the Account object.  Also, I'm not presented with the option of Business vs. Person Accounts, only "Accounts". Is creating this connector object not possible?