Help with List Collector variable attributes

C_N-L
Tera Contributor

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.

2 REPLIES 2

Shruti
Mega Sage
Mega Sage

Hi

Update variable attributes to ref_auto_completer=AJAXTableCompleter,ref_ac_columns=asset_tag;model_id;assigned_to,ref_ac_columns_search=true

C_N-L
Tera Contributor

Thanks @Shruti - I've given this a try but the name field is still pulled though, even after removing it from the variable attributes.