- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2016 08:50 PM
Activity shows both newly inserted data and updated data. How does ServiceNow generate such activity record? Where does the data exist?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2016
09:16 PM
- last edited on
‎07-15-2024
04:47 PM
by
ServiceNow
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2016 12:34 AM
Thanks!