Using ref_ac_columns getting the Display column of the table

SandeepKSingh
Kilo Sage

Hi Everyone,

I have used the below code in  variable attributes on catalog item

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_user_definition;u_depart;u_location_entry_name;
Its not working

1 ACCEPTED SOLUTION

Ravi Gaurav
Giga Sage
Giga Sage

Hi @SandeepKSingh 

 

Can you try

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_user_definition;u_depart;u_location_entry_name,ref_ac_columns_search=true

It should work

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

 YouTube: https://www.youtube.com/@learnservicenowwithravi
 LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

View solution in original post

2 REPLIES 2

Ravi Gaurav
Giga Sage
Giga Sage

Hi @SandeepKSingh 

 

Can you try

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_user_definition;u_depart;u_location_entry_name,ref_ac_columns_search=true

It should work

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

 YouTube: https://www.youtube.com/@learnservicenowwithravi
 LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

SandeepKSingh
Kilo Sage

Thanks "ref_ac_columns_search=true" this part was missed