Siebel Business Process & Functionality (MOSC)

MOSC Banner

Adding a product through AddItem in products econfigurator script

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

Hi,

I have a product structure hierarchy as below where Rel stands for Relationship,C stands for customizable product, P stands for Product and Root is the Product root:

Root

-Rel1

    -C1

      -Rel2

         -C2

           -Rel3

              -P1

If I want to add P1 automatically, through AddItem method in my script as follows, do we have a limit that we can add the child till level 2 only i.e. till C2 or we can add as below till P3:

var temp=AddItem("$.[Root]#1.[Rel1]#[C1].[Rel2]#[C2]",Rel3,P1,"1");

Thanks

------------

Sanket

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