Scheduled Reports in xml output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 04:09 AM
HI All
New to the forum. I am trying to wok out if it is at all possible to have XML as an output format for Scheduled reports. This would seem like a basic feature that most toolsets can output to. Any assistance would be greatly appreciated.
- Labels:
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 05:50 AM
Please follow these steps depending on your list.
1) I have opened an incident list default view, all fields in it will be added to my file.
2) Apply the required filter and copy its query
3) Copy the query
4) Construct your URL and add it on the Message of report.
https://instance_name.service-now.com/incident_list.do?XML&sysparm_query=active=true
Replace instance_name with yours
Replace incident with your table name
Replace active=true with the query you have copied
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 06:49 AM
This is a report, You need to do this on the List View and apply the required filter. On the left navigation, go to Incident -> All module and apply the conditions and then right click to copy query.
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2017 12:14 AM
Hello, Thanks for this information. How can i make a scheduled XML file extraction?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2017 01:07 AM
Or is there a way that i can extract a XML data via Python command?