- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 03:12 PM
Hi,
I want to export all user accounts to a new instance and I should maintain the same sys_id as the original instance.
What could be the best way to achieve it?
I tried Import Users from list view with Insert data option. It says I cannot insert with sys_id column. If I take of sys_id, system will create with it's own sysid. I'm trying to use on import sets & Transform maps, but not getting enough clarity on how to proceed further.
Appreciate your help.
Thanks,
Krishna
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 03:14 PM
You'll want to export using XML. Then import the XML file into your other instance and the sysID will be maintained.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 03:14 PM
You'll want to export using XML. Then import the XML file into your other instance and the sysID will be maintained.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 03:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 03:17 PM
Well, I can export to xml. Will system allow to import and maintain same sysid?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2018 03:20 PM
Absolutely. That's how you should move code, users, anything between instances by using XML format.