Cascaded or dropdown list is one of them most common part of use case which is required to implement.
In this post we will create a cascaded dropdown using executewithparams.
I will enhance the application we created in last post Retrieve selected value from selectOneChoice without writing a single line of code.
Requirement :- Having two drop down list. Region and Country. On selecting region, country dropdown list should refresh to have countries of the selected region in the first list.
The App can be downloaded from Here
In this post we will create a cascaded dropdown using executewithparams.
I will enhance the application we created in last post Retrieve selected value from selectOneChoice without writing a single line of code.
Requirement :- Having two drop down list. Region and Country. On selecting region, country dropdown list should refresh to have countries of the selected region in the first list.
The App can be downloaded from Here