Download Blaze Trial
Follow FICO
LinkedIn   Twitter   Youtube
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Close To access this section, please choose the Community Neighborhood in which you have the most interest.

» Business Rules Management
» Collections & Recovery
» Fraud Management
» Risk Management
» Scoring
Reply
Visitor
sameerh
Posts: 2
Registered: ‎02-24-2011
Accepted Solution

Decision Tree - Passing argument to a List Provider

Hi,

I have a decision tree. User can select a value on the first node of the tree. Based on the selection in first node, the values in next node need to be displayed. The values in next node are retrieved using A Provider. We need to pass the selected value on first node to the Provider which is used in second node. For this, we are trying to pass it as argument. How can we set it as argument for the Provider?? I am new to FICO so step by step approach would be helpful.

 

As an example consider the following scenario.

 

1. First node show a list of Countries. User selects a Country in first node.

2. On second node, We need to display cities in selected country.

3. The list of Countries is provided by CountryProvider and list of cities is provided by CityProvider. We need to pass the selected Country to the CityProvider so that this provider can fetch cities in the country.

 

How can we pass the country to the CityProvider???

 

Thanks in advance.

Regular Contributor
KMehta
Posts: 30
Registered: ‎03-22-2011

Re: Decision Tree - Passing argument to a List Provider

Hi,

Do anybody has some inputs on the above question.I am working on similar kind of requirement.

Any pointers will be helpful.

 

Thanks

kapil

Valued Contributor
Posts: 114
Registered: ‎10-06-2008

Re: Decision Tree - Passing argument to a List Provider

in the second node template when you had your value holder and select your provider there's an icon to the right which you can click and opens a window. you there should be an dynamic override option. make sure this provider is an arugmented provider.