cloneproduct
Note: This object is only available with the Adapter for Dynamics 365 and CRM.
Use the cloneproduct adapter object to create a new Dynamics 365 product, product family, or bundle. The name and ID of the clone are the name and ID of the item you are cloning concatenated with a timestamp. For example, if you create a product, MyWidget, and assign it an ID, 100, cloning MyWidget creates a clone product named MyWidget-20151006181338775, assigned the ID 100-20151006181338775.
To use this adapter object, add a cloneproduct Execute step to your DTS file. The cloneproduct entity, which is only available as an Execute step, has the following required fields:
- productid — Specify the ID of the product, product family, or bundle that you are cloning.
- resultingproductid — Contains the productid of the cloned item, which you can use in subsequent steps. This value is based on the productid of the item that was cloned. This field cannot be part of a data link or a lookup link.
See also