SDK Support for Duplicate Detection in Titan Part II & III
Once the Microsoft Dynamics CRM system has been configured with the required duplicate detection settings and the duplicate detection rules, we can start detecting duplicates. Let us go through a sequence of steps to see how run-time duplicate detection can be made to work.
1. Using run-time duplicate detection.
So, we are all set for our run-time duplicate detection. Now, we need to detect duplicates during create/update of records in Microsoft Dynamics CRM.
Titan introduces a notion of Optional Parameters that can be used to pass optional information to each of the SDK Methods. The run-time duplicate detection feature also makes use of an optional parameter. Let us see how.
<< Home