How we can transfer user from one instance to another automatically without import and export.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 10:30 PM
How we can transfer user (Same sys_id) from one instance to another automatically without import and export.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 11:58 PM
Hi @Nagaraj4 in that case there are 2 ways to do it,
you can create a schedule job daily which will pull data from prod to lower instances.
1. you can define xml import set and run a schedule job daily
2. you can use table API and create a REST Integration using GET method to pull data from prod
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 11:59 PM
Hello @Nagaraj4
How the user profiles are currently getting created in the system.
Is there any integration from where you are getting the profiles (like AD integration)?
If they are coming from inbound integration and the data is coming into data sources, you can setup the same in lower instances too.
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 12:11 AM
1. As per best practice, XML import for the records from one instance and then import the XML to another instance.
2. Also, one can use ServiceNow to ServiceNow integration to transfer the data.
Please mark this answer as helpful and correct if helped.
Kind Regards,
Sarthak Shrivastav