Siebel Business Process & Functionality (MOSC)

MOSC Banner

In econfig Screen how to display required number of Products in a group

edited Dec 16, 2016 12:09AM in Siebel Business Process & Functionality (MOSC) 2 commentsAnswered

We have requirement in eConifigurator screen to display only 7 products in a group. these products are dynamic like during runtime first 7 products need to display in out of 45 products in a group. All these products are display based on eligiblity ruels. like in econfig screen display first 7 eligible products to user.

For testing purpose I copied existing template "eCfgControlRadioPriceJS.swt" and modified below code in that template

Original Code :

<swe:for-each id="500" CfgLooptype="DomainAndChildren" StartValue="1500" count="Dynamic" iteratorName="101Id"

Modified code as:

<swe:for-each id="500" CfgLoopType="DomainAndChildren" StartValue="1500" count="5" iteratorName=101Id"


in above line I changed count = "7" as original value as "Dynamic".

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