Scheduled Reports in xml output

robhawlor
Kilo Explorer

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.

9 REPLIES 9

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.


find_real_file.png



2) Apply the required filter and copy its query


find_real_file.png


3) Copy the query


find_real_file.png



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


Hi



I have just tried the above, but i don't see to have the same view as you, your view looks like a predefined list view for all active incidents.



find_real_file.png


How would i do this from here?


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


Hello, Thanks for this information. How can i make a scheduled XML file extraction?


Or is there a way that i can extract a XML data via Python command?