Hi
Is it possible, to dynamically change the valuelist of a bootstrap combobox?
If yes: How could this be done?
Thank you and regards
Hi
Is it possible, to dynamically change the valuelist of a bootstrap combobox?
If yes: How could this be done?
Thank you and regards
Hi Birgit,
this should be possible with application.setValuelistItems or use the global valuelist method option to show context based content.
A 3rd option would be to base the valuelist upon an in memory table and populate the table with the values you need.
Hope this helps
Hi Marc
Sorry for my late response. And thank you for the answer.
Yes, changing the items of the attached valuelist (together with application.updateUI()) is the solution.
Which I did not think of. I was looking for a possibility to set an other valuelist on the forms element like field.setValueListItems(values).
Anyway, with your answer I can implement what I wanted.
Best regards