Need to show more info on reference variable

sunil10
Tera Contributor

Hello, For the Assigned Device reference field we need to populate all these values
Configuration item
Display name
Serial number
so the user can clearly figure out which device is that. How can we add these in variable attribute? I tried below but now working
ref_ac_columns=display_name,serial_number;ref_ac_display_value=true

 

Screenshot 2025-06-20 225228.png

2 ACCEPTED SOLUTIONS

Muhammad Salar
Giga Sage

Hello @sunil10 ,try this
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=display_name;serial_number

View solution in original post

Chaitanya ILCR
Kilo Patron

Hi @sunil10 ,

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=display_name;serial_number

delimitator b/w the multiple value in ref_ac_columns should be ";" (colon) not comma

and ref_auto_completer is required

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

  

View solution in original post

4 REPLIES 4

WillieW
Tera Contributor

See: 10-tips-for-writing-a-quality-community-question

I hope you can provide more details

Muhammad Salar
Giga Sage

Hello @sunil10 ,try this
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=display_name;serial_number

Chaitanya ILCR
Kilo Patron

Hi @sunil10 ,

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=display_name;serial_number

delimitator b/w the multiple value in ref_ac_columns should be ";" (colon) not comma

and ref_auto_completer is required

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

  

Harmeet2Singh
Tera Expert

Which table is assigned device referring to?