- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2024 06:16 AM
Our CEO wants to know how our module has been used by the users. Is the module popular and attractive by all users (visitors, update users and admin users)? or is the module only used by the update users? If ServiceNow is tracking this kind of user behavior, how are we able to see them? Is it a report or a service? Please help us understand. Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2024 05:26 AM
There's no direct table for module tracking however, all the day-to-day user transactions will be tracked into the syslog_transaction table. For example, if any logged-in user opened a list of incidents, it will be tracked into that table as a transaction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2024 05:26 AM
There's no direct table for module tracking however, all the day-to-day user transactions will be tracked into the syslog_transaction table. For example, if any logged-in user opened a list of incidents, it will be tracked into that table as a transaction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2024 05:44 AM
Hello @Richard - 1
as Sai said, every transaction is stored by syslog_transaction. But that's not reliable way for reporting as transaction logs are only stored for a week and report cannot be created on syslog_transaction table.
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra