2
votes

When Contact records are merged the Owner of the subordinate record loses a relationship to the master record and could lose the contact from Outlook, as syncing between CRM and Outlook is filtered on ownership or another connection to the underlying records.

When the records are merged, I would like to run a workflow / process (either before or after) that creates a connection between the 'losing' Owner and the Master record.

1
Fairly nice requirement you've written yourself there, good luck with it!glosrob
Do you want to keep the old, subordinate owner or do you want the new, master owner to keep a track of the previous one?user1919730
I'd like the subordinate owner to have a 'relationship' to the master post merging.greenafrican

1 Answers

3
votes

When merging records the Master is stored in the Master ID field in the subordinate record so you can create a workflow that runs on Contact entity when the record status changes.

enter image description here

Add a check condition step to check if Master ID contains data and the Contact state is inactive (this will prevent the creation of connection when a record is only being deactivated)

enter image description here

enter image description here

Then add another step if the condition is met that creates a connection between the owner of the record and the Master Id