Multiple Parent Record for Single Child Record

happyG
Giga Contributor

I have a Requirement in which I need to add multiple SRs as child into SIR, i did it by adding related list, but i am facing the if I added SR{1,2,3} to SIR A or after that i added SR{1} to SIR B then SR1 is removed from SIR A, 

The requirment is to keep the SR added in A&B SIR.

Summary :i have requirement in which we need a functionality to add a single SR as an child for multiple SIR how we can perform it

6 REPLIES 6

J Siva
Tera Sage

Hi @happyG 
It's not possible.
It's [SIR] One to Many [SR] relationship.
One SR must have only one parent SIR.
Regards,
Siva

happyG
Giga Contributor

is it possible without Parent Child Relationship

 

Hi @happyG

It is possible if you change the Parent reference field as a List collector so you can add multiple records to the field.

 

However, you need to check if business needs this functionality and not do just for the sake of meeting the requirement.

 

Regards,

Ehab Pilloor

 

 

@happyG Then you need to have custom list collector type field or m2m table to store the relationship.