
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2017 01:51 PM
Hi All,
I am using the form widget to display a ServiceNow form. It has a field Application which is reference to User table.
When I try to search by my first name, it works fine. But when I search by my last name, it can't find my name.
When I add a '*' to the front, it works fine. How can I make it work always by just typing the Last name
Please mark this response as correct or helpful if it assisted you with your question.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2017 06:02 AM
Hello :),
is just edit your Reference Field Attributes and add :
ref_ac_columns=first_name;last_name,ref_ac_columns_search=true
Sergio
Mark Correct /Helpful /Like based on the effect of response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2017 05:33 AM
You have to add 'ref_ac_columns_search' in your User table attributes.
This may be useful - Re: List attributes beyond name for user reference fields

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2017 06:02 AM
Hello :),
is just edit your Reference Field Attributes and add :
ref_ac_columns=first_name;last_name,ref_ac_columns_search=true
Sergio
Mark Correct /Helpful /Like based on the effect of response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 01:30 PM
Is it possible to default search to contains? I also want to have same functionality for other reference fields.
For ex, if I want to search by group name, i should be able to search by any character, not just by the first few letters.
For ex, If group name is ABC_Windows_Support, when i type Windows, it should also display this group.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 03:40 PM
Sanjiv ,
u ask a different thing before, so I answer at what u ask . So please put correct or helpful
Sergio