Επεξεργασία

Duplicate detection messages

Use the messages listed in the following table to detect duplicates in Microsoft Dataverse.

Message Web API Operation SDK Assembly
Detects duplicates for a specified table type based on query criteria and store them as instances of a duplicate record table type in the Dataverse 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 table 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 tables