Does metastorm have a list/array type ?
Here's my problem. I have a form that brings back a long list of static values. Right now, every time this form is reloaded, it hits the DB to pull that whole list again.
It makes perfect sense to pull back that list from the DB before the form loads (serverside) and store that list in a variable (which type ??) and then use this variable to populate values into the dropdown.
Is this possible in metastorm ? Seems like basic functionality to avoid database hits .... Maybe im missing something really simple..HELP
Thanks
Have a nice day