Duplicate detection messages
Use the messages listed in the following table to detect duplicates in Dynamics 365 Customer Engagement (on-premises).
Message | Web API Operation | SDK Assembly |
---|---|---|
Detects duplicates for a specified entity type based on query criteria and store them as instances of a duplicate record entity type in the Dynamics 365 Customer Engagement (on-premises) database. The query expression that describes the records on which to run the duplicate detection job is specified in the Query property of this request. |
BulkDetectDuplicates Action | BulkDetectDuplicatesRequest |
Detects and retrieves duplicates for a specified record. The matching entity type is specified in the MatchingEntityName property of this request. |
RetrieveDuplicates Function | RetrieveDuplicatesRequest |
See also
Enable and disable duplicate detection
Running Duplicate Detection
Duplicate Rule entities