create a report for the users login history to servicenow

ahatem
Mega Expert

how to create a report for the users login history to service-now?

 

 

1 ACCEPTED SOLUTION

Omkar Joshi
Giga Guru

Hi,

You can use 'syslog_transaction' table.And while creating  report use 'syslog_transaction' table.

 

For the report generation you can refer given attachment,

 

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.

 

Regards,

Omkar

View solution in original post

5 REPLIES 5

Phil A
Tera Contributor

Thanks @Jenny Hu  , this KA recommneds creating a scheduled script on the sysevent table to collect this data in a custom table and then report on this information. Does anyone have a sample script that can pull this information? Thanks