Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Field typeahead configuration

GLewis5
Tera Guru

On the Incident form, when I start to type in the name of a Caller, the system brings up a list of users showing the name and email. Where is this list of fields (name + email) configured?

1 ACCEPTED SOLUTION

GLewis5
Tera Guru

Here is the answer:

  1. I needed to configure 3 attributes
    1. ref_auto_completer=AJAXTableCompleter
    2. ref_ac_columns=<semicolon separated list of field names>
    3. ref_ac_columns_search=true
  2. There was a Dictionary Override in place that was blocking my attributes. Instead of adding the attributes to the Dictionary record, I had to add them to the Dictionary Override record.

View solution in original post

7 REPLIES 7

Community Alums
Not applicable

Do a right mouse click on the field's label and select configure dictionary. There is everything in the attributes section

Community Alums
Not applicable

ref_ac_columns=field1;field2 

 

this attribute will show you the columns (fields) you want to see in your list

find_real_file.png

Not really helpful. The attribute says "ref_contributions=user_show_incidents". How does it know to display name and email?

GLewis5
Tera Guru

Ahh. Your second reply was helpful. The attribute "ref_ac_columns is not showing in my instance".