BQML for Variable Name of single select picklists
Summary:
Today we can only query the display text, but would like to query the variable name. I cannot find any documentation on whether this is a limitation or not. If not I have to recreate the label and variable names into two separate picklists on the parts.
Content (required):
Version (include the version you are using, if applicable):
22B Patch 2
Code Snippet (add any code snippets that support your topic, if applicable):
partDataResult = bmql("SELECT part_number, description, direct_buy, lead_time, units, " +
"price,custom_field1,custom_field2,custom_field3,custom_field4, " +
"custom_field5,custom_field8, " +
"custom_field9,custom_field10,custom_field11,custom_field12, " +