MD drop down with dynamic list
Posted: Sat Aug 27, 2022 1:48 am
I want to use the field visualization MD DropdownField for a commonly used field in our VL Web application.
I am familiar with the *picklist #PKIT creation to build a static listing of values for the drop down. ( building the list of Months, or States, etc.)
What is the method to use with the Material Design DropdownField visualization with a dynamically built list?
In this case, I want to have the drop down list populated with 5 year entries (YYYY) starting with the current year, and then the next 4 years.
I have built a working MD drop down field in a Dialog, but was wanting to move it to the field visualization so that I wouldn't have to have that bit of code in each Dialog that we use it in.
I am familiar with the *picklist #PKIT creation to build a static listing of values for the drop down. ( building the list of Months, or States, etc.)
What is the method to use with the Material Design DropdownField visualization with a dynamically built list?
In this case, I want to have the drop down list populated with 5 year entries (YYYY) starting with the current year, and then the next 4 years.
I have built a working MD drop down field in a Dialog, but was wanting to move it to the field visualization so that I wouldn't have to have that bit of code in each Dialog that we use it in.

