Topic by Niven
Content
I have created a custom object that is the child of contact. The objective is to have the contact to have more than one custom object record. However the custom object should also be able to hold more than one contact record.
The problem I have is that for every time you add a contact to the custom object. The contact will be removed from its previous assigned custom object to the custom object that was just edited/saved. I have created contact to have a child relationship with the custom object, but it does not make a difference.
Is it possible to have contact and the custom object to have more than one record without making changes to the other object records?
For example:
(Contact1: CO1 and CO2)
(Contact2: CO1)
(CO1: Contact1 and Contact 2)
(CO2: Contact1, Contact3, Contact4)