Which table has activity data?

Koji Yanase
Tera Contributor

Activity shows both newly inserted data and updated data. How does ServiceNow generate such activity record? Where does the data exist?

find_real_file.png

Thanks.

1 ACCEPTED SOLUTION

Abdul Khan4
Kilo Guru

Activity is stored in sys_history_line TABLE.

 

 

 

Please read this post How can I add the user ID to the activity log stamp in a record?   for more details.

 

View solution in original post

5 REPLIES 5

Koji Yanase
Tera Contributor

Thanks!