- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 06:40 AM
Good day,
i need to have the ability to search for users via their First Name or Last Name in the impacted user field when creating new Incidents.
How can i go about doing this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 06:48 AM
Two options
1 - Type a * and then what you are looking for.
2 - Setup the AJAXTableCompleter on the reference field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 06:48 AM
Two options
1 - Type a * and then what you are looking for.
2 - Setup the AJAXTableCompleter on the reference field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 07:00 AM
Can you try this in the attribute of variable:
1) ref_auto_completer=AJAXTableCompleter,ref_ac_columns=last_name,ref_ac_columns_search=true;
2) You can start your string by inputting a "*" before
3) You can check this link:
Please try the methods as mentioned above.
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.