Dynamic combo box

The Dynamic combo box element has a label. The label can be deleted on the Display tab or by clearing the Has label check box.

On the Data tab, you can specify whether the element is a mandatory field, is read-only, or is subject to voting. You can activate report support here, too. Enter the GUID of the relevant report in the Default ID of report field. If you do so, the data will be determined by report right before the dialog is displayed and will then be displayed in the dialog.

Further list entries can be added on the List entries tab. You can assign a name and a value to the individual entries in this list.

The values for dynamic combo boxes are not localizable. Values and labels will always be the same for each combo box entry. Available values can be defined during runtime.

Example code for the report support

Context.setProperty("availableValues","1,2,3,4");

Context.setProperty("375ade20-6ea5-11e6-1af0-504e43.value","2");

See also

What is report support?