I want to search user with email Id and User ID as well in the list collector

kiranmai3
Tera Contributor

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

8 REPLIES 8

kiranmai3
Tera Contributor

Capture.PNG


Jaspal Singh
Mega Patron
Mega Patron

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


find_real_file.png



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.


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


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 .