Closed
Source dropdown from decision table
I need to source a dropdown based on some parameters.How to do this with decision table?
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
I need to source a dropdown based on some parameters.How to do this with decision table?
There may be an easier way to dynamically source your drop down list by using a Data Page (ideal) in combination with a Report Definition and or a Data Table. What is your usage scenario?
Regards,
Henry
Pega Academy
Hi Praveen, you can achieve your requirement as follows...
Data Page
--> Source: Data Transform (say: LoadInterfaceConstants)
In Data Transform, load results from Decision Tree as
Param.returnValue = @(Pega-RULES:DecisionTable).ObtainValue(tools, Primary, "MapInterfaceConstants", false)
where MapInterfaceConstants is your Decision Table
In your Decision Table, configure the Result Actions as .Interface(<append>) [Where Interface is the pagelist].
Hope this helps !!!
Question Solved
Discussion
Discussion
Question Solved
Question Solved
Question
Question Solved
Question
Question
Question Solved
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.