- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 06:28 AM
Hi All,
We have a bulk of asset 80+ records , we are trying to retrieve the history of specific fields(Lifecycle status, state and substate) for each of the bulk records.
We have Audit history for the records.
Is there any way to download these for all 80+ asset records?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 06:37 AM
Steps
1) go to sys_audit.LIST
2) get the sysIds of those 80 records and use this in filter condition
3) then export using the Right Click -> List Header -> Export -> Excel
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 06:37 AM
Steps
1) go to sys_audit.LIST
2) get the sysIds of those 80 records and use this in filter condition
3) then export using the Right Click -> List Header -> Export -> Excel
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 08:44 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 06:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 08:45 AM
Hi @Community Alums ,
Tried to Query the record uusing sys_audit table filtering with Sys id, able to get the field valued of this .
Thanks for answering !!