Siebel Business Process & Functionality (MOSC)

MOSC Banner

Set Attribute usage in Configurator API

edited Dec 16, 2016 12:12AM in Siebel Business Process & Functionality (MOSC) 1 comment
Hi,

We have a Bulk Tool which creates bulk number of orders from worksheet.
We use Product Configuration APIs in escripting to configure the order.
We are not able to populate attributes of child (level 2 products ) order line items.
Set attribute function is being used to populate attributes.
This works fine for Level 1 product attrbutes, but for level2, the attribute values are not popualted.
In script, we traverse till the product for which attribute needs to be updated and copy the below values to an input propset.
oSetAttrValInputs.SetProperty ( "Path", oProdInstance.GetProperty("Integration Id") );
oSetAttrValInputs.SetProperty ( "XA Id", oProdInstance.GetChild(i).GetChild(j).GetProperty("XA Id") );

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center