- 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 04:03 AM
Hi @servicenow_devo ,
Check for ref_ac_columns attribute in variable attributes on catalog variable remove number from there & check again.
Please check and Mark Helpful and Correct if it really helps you.
Regards,
Mayur Shardul
ServiceNow Rising Star 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2024 08:06 AM
@Mayur2109 , there is no number highlighted in attribute and its -
ref_auto_completer=AJAXTableCompleter, ref_ac_columns=description
- 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 08:55 AM - edited ‎09-23-2024 08:56 AM
@Sandeep Rajput thanks for the explanation. But my query is when we mark override display for respective field in dictionary level it will impact all other places where the table/field(shows description over number elsewhere it is used) being referenced. So I would like to happen this only in variable section.
