- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 01:17 AM
I have two instances.
I want to create a setting that can automatically migrate Incident records in one Instance to the other Incident several times a day.
I have little knowledge of Import sets, so it would be helpful if you could provide specific steps.
The following documents may be useful, but what are the Import Set table and Source table?
Thank you!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 01:40 AM
The most common way in the ServiceNow forum is to use REST API from business rule.
Steps in the following video.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 01:25 AM
Hi,
you can use Instance Data Replication feature
explore on that
Instance Data Replication (IDR)
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 01:36 AM
Are both instances active? If incidents are created on both instances, using import set will import the records but sys_ids may differ between two instances. Is this acceptable?
There is a blog on integrating 2 ServiceNow instances.
There is a decision path on which technology to use in the following page.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2022 01:40 AM
The most common way in the ServiceNow forum is to use REST API from business rule.
Steps in the following video.