Dynamic List Values for a MultiList
This can be done using groovy script but not OOTB Java client configuration.
Another approach could be to make a cascading list whose first level is Yes and No and the next level is it’s respective LOVs.
Hi tfayyaz, thanks.. should I make the list dynamic or cascading when populating the LOVs through Groovy script?
I shared two options.
Option1: Create two simple lists and write Groovy script to update a list based on the other list’s value.
Option2: Create 1 cascading list whose first level is Yes and No and the next level is it’s respective LOVs. This doe
Hi,
I have to do similar thing. Once user select one value from first LOV then on the bases of selected value second LOV selective value will populate and one default value will be set.
Does it possible with Agile SDK, if yes please share some code or steps for further development.
Secondly if it is only possible to groovy please share groovy script for basic idea.
Any help will be appreciable.