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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 11:22 AM
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
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 01:34 PM
HI Abhay,
I'm sure there is a way to do it with XML or a REST integration. The question becomes, what is the return on investment? If you spend two weeks to develop such a solution, how many times do you have to do this before you have saved enough time?
One final solution that occurred to me, if it's not more than 100 or so records per table would be to capture multiple tables in an update set. That would give you ONE file to import later.
Go to Update Sets> Local Update Sets and create a new record
Click Submit and make current.
Now go to a table that you can to capture. Select the records and use the list menu at the bottom to say "Create Application File"
In the popup that appears, just click OK.
Repeat the 'select' and Create application files for the other tables & records you want to capture.
When you are done, go to the local update set and mark it complete and Save.
Once you save with a state of Complete, you can export that to an XML file.
Reference:
Using Update Sets - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 01:38 PM
hi
actually i am working on 4 instances and i do data movement oftenly.
they are in thousands and some times cis are in 70000-80000.
so i cant go for update set technique.
any way i can glide and create xml.
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 01:39 PM
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 01:57 PM
guys anyone ? who can help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 01:59 PM
Hi Abhay,
At this point, I concur with Pradeep. You should engage professional services as this goes beyond the capabilities of what can be provided on the community at this point.