How to export activity log of the Incident into a Excel file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2018 01:12 AM
Hi All,
I have to import a monthly data for activity log for all Incidents.
Is it possible?
Please,share your ideas.
Thanks in Advance,
Gokulraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2018 02:02 AM
Hello,
Did you try using the sys_audit table and filter on incident then export the data you want ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2018 02:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2018 02:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2018 04:45 AM
Hello,
the changes in the snap were created on 2017-12-01 maybe you should add date filter of this date to show the data, and if necessary add also filter on field name, for example :
created date should be 2017-12-01.
You can also import data from sys_history_set and sys_history_line tables using the same filter (incident number + date).
Hope it could help.