Reference qualifier to show other field

servicenow_devo
Tera Expert

Is there any way to show description only in reference catalog variable instead of number. I have a field which references to product table and it shows product number +short description. But we need only short decsription to be displayed.

Thankyou
1 ACCEPTED SOLUTION

@servicenow_devo Number must be a display field of the table which you are referring to via the catalog reference variable. ref_ac_columns can be used to display additional columns along with the display field of the table referenced in the reference variable. You can either choose to make description a display field on your table or use ref_ac_columns to show both Number and description field on the catalog variable. 

View solution in original post

5 REPLIES 5

@servicenow_devo Unfortunately, you can't change display field for a specific catalog variable. Once the display field on a table is set it applies every where.