- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 10:44 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 11:01 AM
Hello @sunil10 ,try this
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=display_name;serial_number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 11:10 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 11:01 AM
Hello @sunil10 ,try this
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=display_name;serial_number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 11:10 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 11:19 AM
Which table is assigned device referring to?