I'm trying to accomplish a duplicate detection with complex rules. The MS CRM 2011 has limitations which prevent me from setting up the standard duplicate detection rule (via UI). So I decided use .NET to solve this problem.
I'm unable to find how to write a duplicate detection rule in the .NET. But perhaps there is a way to write a plugin which would produce a duplicate detection log (result).
Is there such a possibility?