Define Hierarchical Comboboxes
In common scenarios, there are linked lists that need to be included as hierarchical comboboxes in your forms.
For example a typical Country/City scenario would include 2 lists.
Countries (ID, Title)
Cities (ID, Title,…
Declaring a lookup/combobox control
Available options:
Choice Control (Single Selection)
Declare a new ComboBox or LookupPicker control. Set the Target Field Name and in the Lookup Details tab, set the Lookup Static Values property adding all the required values concatenated…