How to show specific column on a variable reference field

Alon Grod
Tera Expert

Hi,

I have a Reference variable on my catalog item. When the user click and try to search he sees the column 'Created'.
I want to show a different column but its not working, what should I do?

 

WhatsApp Image 2024-06-19 at 12.48.19.jpeg

 

WhatsApp Image 2024-06-19 at 12.48.43.jpeg

WhatsApp Image 2024-06-19 at 12.48.53.jpeg

  

21 REPLIES 21

Correct, this is the way you add multiple attribute. @Alon Grod 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Hi @Alon Grod 

 

As Anurag said one attribute display must be true and rest you can add in ref_ac.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@Anurag Tripathi @Dr Atul G- LNG i changed one field to displayed=true and then I added another field using attribute and its not working 

@Alon Grod 

USe this in the attribute

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_assignment_group,ref_ac_columns_search=true

-Anurag