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
sourav046sourav046 

Want to copy a field value from a child object after Account merge

Well,I have Account standard object and a custom object XYZ__c which is master detail from Account .
Say , Account A1 has xx1 child record and A2 has xx2 .When I merge A1 and A2 (A1 is the masterrecord),I want to copy certain field value from xx2 to xx1 .

Can someone suggest me how to achieve this functionality ?
Thanks in advance !
Sai Ram ASai Ram A
You have to Buid Custom Solution for Merging Accounts and its Associated Contacts. Make sure these contacts are not associated more than 1 Account.

http://www.shellblack.com/data/merging-duplicate-records/
https://help.salesforce.com/HTViewHelpDoc?id=account_merge.htm&language=en_US

If this post is helpful please throw Kudos.
If this post solves your problem kindly mark it as solution.
sourav046sourav046
Its not about a contact,its about a custom object where there is no merge functionality available.More I just want to copy field values from loser child record to winner child record .Give me a piece of code/apex trigger.

Thanks !