I have defined a valuelist via application.setValueListItems with two arrays (first array shows values, second array hands out the value to the attached field).
Would it be possible in the future to set a valuelist this way via the valuelist menu with custom values.
Can you explain more in detail what you want?
You can already specify multiple values if you use Custom values by separating them with a pipeline:
Apples|1
Pears|2
I’ve found that while my application will allow the user to input values using this method:
Yes | 1
No | 0
That the form will not output them: I page to another record and come back, and the radio buttons look like the fields are set to null, even though they are actually holding the values I input originally. Can you help? This seems peculiar to custom valuelists using the radios display property.