Enumerations and Queries
Good Morning!
We're hoping to utilize Enumerations within Campaign in order to avoid the potential fat finger/extra space/capital letter issue in our querying. However, after following the necessary set-up here: Managing enumerations i'm running into some unexpected behavior (to me) and i'm looking to confirm whether or not it is how the system should perform.
We updated the schema so that one field is listed as:
<attribute dbEnum="wbmItemTypeGroupDescription" desc="Item Type Group Description Enum"
label="Sales Category" length="100" name="ItemTypeGroupDescription"
type="string"/>
This maps correctly to the Enumeration built in the system:

- As you can see in the screenshot the enumeration is listed as 'Open' so that more values can be added in the entry screen.
However in a query activity, i have the dropdown options, but no capability to free text in a new value.
Do 'Open' enumerations not allow entry from within a query? Or is there something wrong with out set-up?
Thanks!