ChaseHorne
(Chase Horne)
August 25, 2026, 6:19pm
1
Hey im trying to do some application studio modifications and i want to use a datalookup combo box but i cant find what i use in our configurators to set it up.
Combo box from converted Smart UI configurator Behavior Section
Dynamic Lists contain everything I’m used to using.
New combo box im making for Sales order entry trying to use a data lookup table
Are combo boxes just different in apps and configurators or am I missing something?
dcamlin
(David Camlin)
August 25, 2026, 6:40pm
2
yes, configurator comboboxes have vastly different properties available vs standard app studio combos.
For App Studio combos, the majority of the properties you’ll need to set are in “Reusable Combo” and “Advanced” areas of the combobox properties.
jbooker
(Josh Booker)
August 26, 2026, 12:52pm
3
Here’s a good look at ways to config combo-box.
Documenting this here for future reference.
To create a simple dropdown list, use a Combo Box. There are four types.
Reusable (system list): set the following under Properties:
Data > EpBinding = View.Column e.g. SearchFilters.ColumnName
Reusable Combo > Type = ResourceGroup.ResourceGroupCombo (e.g.)
Reusable Combo > Sub Type = default
Advanced > Header = checked
Hardcoded list : set the following under Properties:
Data > EpBinding = View.Column e.g. SearchFilters.ProjectStatus
Advanced > …