Hi, Can i create an xml for the records found in gliderecord ? And can i create table to store xml files? OR can i export all records via xml to other SNOW intance. Thanks in Advance

abhay9095
Kilo Contributor

Hi, Can i create an xml for the records found in gliderecord ? And can i create table to store xml files? OR can i export all records via xml to other SNOW intance. Thanks in Advance

22 REPLIES 22

Chuck Tomasi
Tera Patron

Hi Abhay,



Yes, you can export and import XML files to move data between systems. It is quite common and easy.



Exporting and Importing XML Files - ServiceNow Wiki


abhay9095
Kilo Contributor

yes we can but i want to achieve this via scipt, so that i can gliderecords and the records will be exported via xml, is there any function or API's for that ?


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Abhay,



You may find below link helpful.


Export data from ServiceNow to XML with Perl-John Andersen


abhay9095
Kilo Contributor

That was useful brother thanks.


Can anyone tell that what is happeing when i click expot->xml.


ex: a events gets created or a BR is running or a ui action is taking place.


can anyone explain this whole scenario ?