How to – Clone a record in Dataverse / Dynamics 365 (C#)
Views (21)
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#)"
This was originally posted here.

Like
Report
*This post is locked for comments