How to extract data from an activity log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 04:59 AM
Hi there,
I am trying to get data out of an activity log, for example, I want the name of the person who approves a record (which moves the record into approved state).
I want to extract the name of this individual in a script so that I can reference them and give them additional access.
Any help on this would be great. Most of the links on existing articles are broken and lead to the ServiceNow homepage so no links please!
Kind regards,
G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 05:03 AM
Hi @gunishi
The table which feeds the activity stream is sys_journal_field
But be careful with "give them additional access" as you might provide access to users which do not have the right license!
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 05:57 AM
Thank you so much for your response and I'll be mindful about the access!
Kind regards,
G