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

Hi Abhay,



When I export, I see event logged as below.


Screen Shot 2016-06-17 at 1.07.49 PM.png


No business rules running (OOB anyway).



There are a couple events triggered.



find_real_file.png


abhay9095
Kilo Contributor

actually i am new in servicenow so i may get confused.


so here if i am clicking on export xml an event is triggered and whom this event is passing values?


Hi Abhay,



Not sure what you mean by "whom this event is passing values?". Please check section 7 for more info on events.


http://wiki.servicenow.com/index.php?title=Logs_and_Queues_Best_Practices#Reviewing_Event_Logs


Hi Abhay,



There's really nothing more to it than saving your data "offline" in a local file on your hard drive.



Once you have that XML file, you can do a similar procedure to import it in to another instance. All meta data (including sys_id, date of creation, modification count, etc) is all preserved.



If this answers you basic question, please mark my earlier comment on how to export/import XML correct so others can find it easily in the future and it shows up as "answered" on search results.



Thanks.