Reports that show a users activity

Shirley3476
Kilo Contributor

Is there a report from within SN that I can run that will show the activity of a user.
I need information such as do the open incident, change, or request... Do they close or resolve tickets? Not just if they have logged in.

Thoughts?

Also, I have crystal v10 so I can run any report. Just cant find the right criteria if it exists.

Thank you in advance,
Shirley

6 REPLIES 6

tony_fugere
Mega Guru

I would run reports off of the Event [sysevent] table.

It will store information when a user causes an event to fire. The Created By is the user that caused the event to occur. You may need/want to build custom events to detect reportable events that are not provided with the base build.


Shirley3476
Kilo Contributor

I don't seem to be able to see that table?


http://wiki.service-now.com/index.php?title=Reporting_on_System_Tables

System Properties > UI Properties

The property description is "List of system tables (beginning with "sys_", comma separated), that are reportable. By default, system tables are not reportable."


Shirley3476
Kilo Contributor

I read the wiki article and I do not have that entry in our system properties in any of our instances. The only one close on system tables mentions the addtion of audit to certain tables.

I was able to access the table through filter text.

Any other ideas? I think I am going to try Crystal reports.