Help with List Collector variable attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 04:34 AM
Hi,
I'm hoping that someone may have the answer to this... I have created a list collector variable which points to the cmdb_ci_computer table and I have set the variable attributes to "ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;asset_tag;model_id;assigned_to,ref_ac_columns_search=true". This works great as per the attached screenshot from my PDI however is it possible to stop the 'name' field being included?
Normally this wouldn't be an issue but some of the data in our Prod instance is messy so I'd rather not include it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 04:42 AM
Hi
Update variable attributes to ref_auto_completer=AJAXTableCompleter,ref_ac_columns=asset_tag;model_id;assigned_to,ref_ac_columns_search=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2024 05:22 AM
Thanks @Shruti - I've given this a try but the name field is still pulled though, even after removing it from the variable attributes.