RE: Bulk Deleting Merged Duplicate records in Dynamics 365 CRM
Hi Prateek,
Once you merge, through the CRM UI, advanced find, there is no flag of this except the deactivated record.
In fact, CRM has two fields: Merged and Master ID actually, but those fields are mainly for internal user, CRM did not expose it out.
So you can create two new fields(one type is two options and another is lookup), then add them to form and view you need, and use workflow to copy their value to paste to new fields, then you can use two new fields value as condition to filter merged records.
Go Settings > Process to create an on-demand workflow.
Save and Active the workflow.
Test:
I merged these two contact records, then i go to inactive view to select all contacts and expand flow to run the workflow just created.
Wait several minutes and refresh current view, you will see following screenshot:
Then you can set 'copy Merged equal yes' and 'copy Masterid contains data' as filter.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.