Answered
how to populate values in a table based on selected value from combo?
I have a requirement in which suppose user will select a value from a combo box and based on that selected value i have to display values in a table on start activity of the process. The values for table will be saved in a table in the same database of the process.
Dear Rahul,
Regarding this question, you have two ways to do it. One is using a scripting rule 'On Save' Task Event which applies a filter once you have selected the value. The second option is using Actions and Validations, which has an option to execute a scripting rule and refresh the control once you have select the value.
Regards
Comments have been locked on this page!