How to get a field on an excel from history
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 11:56 PM
Requirement: I have to get an export from Computer table with all the records created on last 4years with few fields from the table
As well as the number of time 'Assigned to' field gets changed and the time spend between the first and last assigned to, which we can get from history
Can anyone please suggest me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2023 02:29 AM
Hi @Ap_1
https://INSTANCENAME.service-now.com/now/nav/ui/classic/params/target/sys_history_line_list.do%3Fsysparm_query%3DlabelLIKEassig%255Elabel%253DAssigned%2520to%26sysparm_first_row%3D1%26sysparm_view%3D
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2023 02:25 AM
Hi Atul,
I have to work on the both Computer table and history of each computer.
The problem is until I check on the history of each record, record is not showing on sys_history_line, so unable to get the list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2023 03:06 AM
Opps, Then i think , raise HI ticket and get some inputs from SN only.
Did you try will all and group by audit Sys id.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************