How can I have multiple columns displayed when a reference field list is displayed?

kerwin63
Kilo Contributor

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. 🙂

10 REPLIES 10

Karthik Reddy T
Kilo Sage

Hi Kerwin,

 After the reference search click in list layout and select the required fields.

 

find_real_file.png

 

 

 

find_real_file.png

 

 

 

Karthik Reddy T.
ServiceNow Commnunity MVP -2018 class.

kerwin63
Kilo Contributor

find_real_file.png

Thanks - Sorry, I should have done this from the get go.

This is all I get. I want to change this view and give the user the option to search by address , city, state, etc.

Try the attribute like

 

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=email,ref_ac_columns_search=true

Karthik Reddy T.
ServiceNow Commnunity MVP -2018 class.

SanjivMeher
Kilo Patron
Kilo Patron

Check if you have the Tree Pricker attribute enabled?

 

find_real_file.png

 

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.