Use RetrieveDuplicates request to check for duplicates before creating/updating a record – Dataverse / Dynamics 365

Sending
User Review
0 (0 votes)

In the previous post, we saw how we can use the SuppressDuplicateDetection parameter to throw errors in case of duplicates when creating or updating a record. Here instead of relying on exception, we can make use of the RetrieveDuplicatesRequest message to detect the duplicates. Let us take the “Leads with the same e-mail address” duplicate … Continue reading “Use RetrieveDuplicates request to check for duplicates before creating/updating a record – Dataverse / Dynamics 365”