How to – Clone a record in Dataverse / Dynamics 365 (C#)

Sending
User Review
0 (0 votes)

Here we will be cloning the below contact record – For it, we can make use Clone method of EntityExtensions class If we run the below code, we will get the “Cannot insert duplicate key” exception. Because we need to set the ID for the newly cloned record to either empty or a new GUID. … Continue reading “How to – Clone a record in Dataverse / Dynamics 365 (C#)”