Siebel createsession method issue with RCOIS
Hi to everyone
We are working on a solution to create an asset via RCOIS.
In local client we can generated our new asset, creating the order and then invoking auto asset workflow process, it works.
However, in the server we have a problem because the asset is created without one of the child products (components).
By default, root product is loaded in the order with two child items, we only add other items but in the server, with the debug we face that on LoadInstance method the Cfg Instance has 3 items (root and two default child items), but at the Createsession output, we receive one of the items with action code in Delete. This makes that the item get added to the order with only one child item (product component) not two.