I am trying to set up a robust proactive process for duplicate contacts.
In Dynamics we have 2 rules based on email address and the other on mobile phone. If I run this against active contacts then I fine 14 duplicates.
I also have a C# application which uses the BulkDetectDuplicatesRequest. For that I am supplying the email address rule only and I am receiving 55 duplicates.
When I open each record in turn from the 55 records. Some of them will pop up the Merge dialog while others do not.
Finally, thought I had a choice of solutions for sending an email that I could present: OTB or my Console App.
However when I showed the results, someone was able to show be an email address that had 15 duplicate copies. Thus I suspect there are loads of duplicates rather than the small number I am finding vie the two methods above.
Is the functionality broken? Or am I missing something in my approach?
As I recall, there is some weird index thing that is generated in the back end. Maybe this is wrong, stalled, broken, not covering all Contact records???
Any advice?