- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2024 03:21 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2024 08:24 AM - edited ‎09-23-2024 08:24 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2024 09:09 AM
@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.
