How can I have multiple columns displayed when a reference field list is displayed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 09:45 AM
I have a form both with reference fields to Locations and manufacturer; The manufacturer reference search list displays various fields but the Locations only displays a list with one field with a globe icon - "scroll list not searchable". I would like to provide the user with more than one option when searching for a location such as Address, name, city, state. Can anyone point me to the topic where I can find this?
We have Kingston release.
Thanks
Sorry if this is the wrong forum. 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 09:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 10:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 10:08 AM
Try the attribute like
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=email,ref_ac_columns_search=true
ServiceNow Commnunity MVP -2018 class.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2018 10:32 AM
Check if you have the Tree Pricker attribute enabled?
If yes, for your table, you should create a dictionary override record and click on override attribute. Then it should give you a list view and from list view you can add or remove columns you want using list layout
Please mark this response as correct or helpful if it assisted you with your question.