use ref_ac_columns in variable attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 02:46 AM
Hi All,
I have a variable which is referencing cmdb_ci_service table. I am using the following in variable attributes field:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_field1;u_field2;u_field3,ref_ac_columns_search=true,ref_ac_order_by=name
Where u_field1,u_field2,u_field3 are user defined fields added in cmdb_ci_service table.
It is not working. After putting this also it is only taking name to search.
Any help will be appreciated.
Regards,
Anasuya
- 32,133 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 03:14 AM
Can you please share complete Attribute value you were added ?
For more details about ref_ac_columns,please refer - Auto-Complete for Reference Fields - ServiceNow Wiki
Thanks,
Rajesh T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 03:20 AM
I have checked that. Complete attribute is given above as well.
Please find it below:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=u_field1;u_field2;u_field3,ref_ac_columns_search=true,ref_ac_order_by=name
Variable is a reference variable which is referencing cmdb_ci_service table.
Do we need to add anything in the attribute of cmdb_ci_service table's collection type dictionary entry?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2018 01:40 AM