Search users first Or last name for Incidents Impacted User field

Peter Williams
Kilo Sage

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?

1 ACCEPTED SOLUTION

DrewW
Mega Sage
Mega Sage

Two options

1 - Type a * and then what you are looking for.

 

2 - Setup the AJAXTableCompleter on the reference field.

https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/administer/field-adm...

 

View solution in original post

2 REPLIES 2

DrewW
Mega Sage
Mega Sage

Two options

1 - Type a * and then what you are looking for.

 

2 - Setup the AJAXTableCompleter on the reference field.

https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/administer/field-adm...

 

Prince Arora
Tera Sage
Tera Sage

@Peter Williams 

 

Can you try this in the attribute of variable:

1)  ref_auto_completer=AJAXTableCompleter,ref_ac_columns=last_name,ref_ac_columns_search=true;

PrinceArora_0-1698847163267.png

 

2) You can start your string by inputting a "*" before

 

3) You can check this link:

https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/administer/field-adm...

 

Please try the methods as mentioned above.

 

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.