Dynamic List Values for a MultiList

How can we populate the LOVs for a MultiList depending on Yes/ No of another Simple list?

Thanks!

Add Comment
4 Answer(s)

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.

Agile Angel Answered on May 12, 2015.
Add Comment

Hi tfayyaz, thanks.. should I make the list dynamic or cascading when populating the LOVs through Groovy script?

Agile Angel Answered on May 12, 2015.
Add Comment

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

Agile Angel Answered on May 13, 2015.
Add Comment

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.

Agile User Answered on August 9, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.