Does ServiceNow be able to track the user who visits to the certain module and form?

Richard - 1
Tera Contributor

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!

1 ACCEPTED SOLUTION

Sai Kumar B
Mega Sage
Mega Sage

@Richard - 1 

 

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.

View solution in original post

2 REPLIES 2

Sai Kumar B
Mega Sage
Mega Sage

@Richard - 1 

 

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.

Ravi Chandra_K
Kilo Patron
Kilo Patron

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