Dynamics 365 CRM Apply OOB Duplicate Detection while creating/Updating record programatically
While creating/updating record in CRM Dynamics from C# code which could be from Plugins, Console Application, Azure function and so on using Iorganization service, We may want to apply OOB Duplicate Detection rules which is published from CRM UI. So to achieve this we will have to use CreateRequest and UpdateRequest from C#. I was…… Continue reading Dynamics 365 CRM Apply OOB Duplicate Detection while creating/Updating record programatically