I want to search user with email Id and User ID as well in the list collector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 12:17 AM
I want to search user with email Id and User ID as well in the list collector for a variable in the catalog item.
Please do needfull.
Thanks,
Kiranmai
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 12:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2017 12:56 PM
Hi Kiranmai,
If you are looking for the fields that appear at the bottom of slushbucket to have User ID & Email like the below schreenshot having Assigned To & Assignment Group
then you can use below link
https://yourinstance.service-now.com/tablename_list.do?sysparm_view=sys_ref_list
replace yourinstance with name of your instance & table name with the name of the table you would be using in slush bucket. Then all you need is to right click the column header Configure >> List Layout & add User ID & Email as required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2017 05:35 AM
Hi Jaspal,
I want to search the user with the help of User name, User ID and with email as well in the List collector.
Please do Needful.
Thanks & Regards,
Kiranmai

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2017 06:12 AM
Hi Kiranmai,
All you need is to replace yourinstance name in the link below & table name with the table you you are using in list collector
https://yourinstance.service-now.com/tablename_list.do?sysparm_view=sys_ref_list
For instance my instance is dev12345 & table in incident
https://dev12345.service-now.com/incident_list.do?sysparm_view=sys_ref_list
then add UserName, UserID & Email by using the Gear icon present.
then when ever you click or check for any record in list collector it would display necessary data below the list collector .