- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- create copy of product using 'ProductPackagingService'
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello,
I want to create copy of existing product on FNO using FNO webservice. Something similar to Product Copy functionality available on Portal.
I was looking at webservice 'ProductPackagingService' but I don't find any such method to create copy of product. Is it possible? If yes, how?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello,
There isn't a specific SOAP call available to 'copy' a product definition within FNO. Instead, there are two parts to this action.
You would need to use the 'getProductsQuery' call to retrieve the details of the product definition you wish to recreate. Once you have the detailed parameters of the product returned to you in the response, you should be able to parse those parameters into the 'createProduct' call (making the necessary modifications) and create the new product definition with FNO.
The pre-population of the parameters returned in the 'getProductsQuery' response is essentially what happens on the 'Create a Product' page; when you use the 'Product Copy' functionality within the Producer Portal.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello,
There isn't a specific SOAP call available to 'copy' a product definition within FNO. Instead, there are two parts to this action.
You would need to use the 'getProductsQuery' call to retrieve the details of the product definition you wish to recreate. Once you have the detailed parameters of the product returned to you in the response, you should be able to parse those parameters into the 'createProduct' call (making the necessary modifications) and create the new product definition with FNO.
The pre-population of the parameters returned in the 'getProductsQuery' response is essentially what happens on the 'Create a Product' page; when you use the 'Product Copy' functionality within the Producer Portal.