Multiple Parent Record for Single Child Record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 09:18 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 09:27 PM
Hi @happyG
It's not possible.
It's [SIR] One to Many [SR] relationship.
One SR must have only one parent SIR.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 05:19 AM
is it possible without Parent Child Relationship
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 05:28 AM - edited 06-17-2025 05:29 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 06:04 AM
@happyG Then you need to have custom list collector type field or m2m table to store the relationship.