- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2020 12:31 AM
Hello developers,
I have records on two instances and they are the same records (same sys_ids). If I updated these records on one instance, is it possible to move these changes (or updates) of these records to the second instance as XML?
thanks in advance
Solved! Go to Solution.
- Labels:
-
Agile Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2020 12:36 AM
Yes it is possible to Export and Import the XML. When the sys_id is the same it will overwrite/update the existing one.
On the record:
On the table of your other instance import:
But as a good practice I would use an Update set to transfer the record.
To force a record into an update set you can refer to:
https://www.servicenowguru.com/system-definition/manual-update-set-inclusion/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2020 12:36 AM
Yes it is possible to Export and Import the XML. When the sys_id is the same it will overwrite/update the existing one.
On the record:
On the table of your other instance import:
But as a good practice I would use an Update set to transfer the record.
To force a record into an update set you can refer to:
https://www.servicenowguru.com/system-definition/manual-update-set-inclusion/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2020 01:56 AM
Thank you it's now working 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2020 12:43 AM
Hello Jordan,
Yes, the best approach is to export XML and import XML because records won't be captured in update sets
Thanks
Vamshidhar