I want to merge two contact records. They have the same details except for the contact ID. On merge, I want to keep the ID of the original record. How can I achieve this?
Record 1 - AAA - ID (123)
Record 2 - AAA BBB - ID (456)
On merge:
Record1 - AAA BBB - ID (123)