Enumerations

0
Hi all, can i create Dropdown values using records in some entity table? Regards, Lukas
asked
1 answers
1

Of course you can, just add a reference to that entity and you can use it as a dropdown in your dataview or search filter in a datagrid. By the way, an enumeration is predefined in the modeler and this way you can manage the dropdown values in the runtime.

answered