- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-28-2023 05:49 PM
Hi,
I have two variables referencing to Incident and Change.
We have to show short description and number in that.
I have added:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=number,short_description,ref_ac_columns_search=true in the reference qualifier. But it is not working.
Please help.
Thanks,
Sam
Solved! Go to Solution.
- Labels:
 - 
						
							
		
			Service Catalog
 
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-28-2023 10:36 PM
Hi,
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=short_description,ref_ac_columns_search=true
It should come under variable attributes not the reference qualifier
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-28-2023 07:29 PM - edited 11-28-2023 07:33 PM
Hi,
Try this
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=short_description,ref_ac_columns_search=true
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-28-2023 09:55 PM
Hi @Shruti ,
I have already tried. But still not getting the short description
Do I need to add anything in the variable attributes?
Thanks,
Sam
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-28-2023 10:36 PM
Hi,
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=short_description,ref_ac_columns_search=true
It should come under variable attributes not the reference qualifier
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
11-28-2023 10:43 PM
Thanks @Shruti .It works.
