Display Value in Epicor

422 views Asked by At

I am building an Epicor Configurator and I need to retrieve the Display Value of a Combo Box to a set it a a Part Description. I am able to get the value fine but I want to be able to fetch the display value as well. Your help is needed.

P.S. my combo box fetches its data from a BAQ.

1

There are 1 answers

0
Tim Kuehn On

When I want the value in a text field, I've used

FieldName:SCREEN-VALUE

to get it's value.