65.9K
CodeProject is changing. Read more.
Home

Copy or clone a parent record in Dynamics 365 CRM along with all associated child records from one entity to another entity.

May 5, 2024

CPOL

2 min read

viewsIcon

4922

Create a plugin in Dynamics CRM that duplicates an existing record along with its child records from one entity to another entity, without the need for field mapping.

Copy or clone a parent record in Dynamics 365 CRM along with all associated child records from one entity to another entity. - CodeProject