I want to merge custom object records with all the childs realted to those records. There is one parent object and it has 6 child objects. Now i want to merge the parent records.
Example :
- If one parent has 3 child records(3 different objects) and another parent has 3 child records(3 different objects) and if i merge these two parents then the merged record should have total 6 child records with 1 record in every child.
- If one parent has 3 child records(3 different objects) and another parent has 3 child records(same 3 objects) and if i merge these two parents then the merged record should have total 6 child records with each child has 2 records.
if someone has implemented this functionality then please let me know ASAP as I need to complete this on very urgent basis.
Your help would be greatly apprecaited. Thanks in advance..!!
1 resposta
Hi John, please assume you will need a coded solution to complete this objective. Here are a few links you may find helpful:
Merge Custom Object Code help (https://developer.salesforce.com/forums/?id=906F000000091fwIAA)
Things to Know Before Merging Duplicate Accounts (https://help.salesforce.com/articleView?id=account_merge_considerations.htm&type=5)