Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Is there a way to change product definitions in a created product? Let say from Product Definition ABC to Product Definition XYZ
Regards,
Allan
I am also interested in getting info on that. I have a customer who have created quite a few products with a wrong definition beliving that it could be changed afterwards.
Kind regards,
Sonni T.
I don't know of a easy way of doing this.
If it's a one time change, I would make a C# code to create a new product (with the right definition) fetching "base" info from the old product.
(combined with a foreach if you have many)
This however will change the productid - i don't know if that would be a problem for you
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Change Product Definitions in a product
Hi,
Is there a way to change product definitions in a created product?
Let say from Product Definition ABC to Product Definition XYZ
Regards,
Allan
Hi,
I am also interested in getting info on that. I have a customer who have created quite a few products with a wrong definition beliving that it could be changed afterwards.
Kind regards,
Sonni T.
I don't know of a easy way of doing this.
If it's a one time change, I would make a C# code to create a new product (with the right definition) fetching "base" info from the old product.
(combined with a foreach if you have many)
This however will change the productid - i don't know if that would be a problem for you
is working on a reply...