List Collector with glide_list attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 03:15 AM - edited 03-19-2024 03:17 AM
I'm a beginner in Servicenow and English, so please excuse me if the sentences or questions are strange.
I have a glide_list List Collector variable referencing the sys_user table with the following attributes:
ref_auto_completer=AJAXTableCompleter,ref_ac_columns_search=true,ref_ac_columns=email,glide_list
This List Collector allows you to search for users by Name and Email on the Service Portal, but only by Name in the input field of the Requested Item form on the Platform.
Of course, there is a way to select with the magnifying glass icon, but I would also like to be able to search for users using Name and Email in the input field.
Is there a way to search for users using Name and Email on the Requested Item form?
Please advice. Thanks.