- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Decision Tree - Passing argument to a List Provider
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-24-2011 05:23 AM
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.
Solved! Go to Solution.
Re: Decision Tree - Passing argument to a List Provider
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
01-03-2013 04:33 AM
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
Re: Decision Tree - Passing argument to a List Provider
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Not the Solution
- Email to a Friend
- Report Inappropriate Content
01-27-2013 07:33 AM
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.

