Transfer tickets between two ServiceNow instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2020 06:57 AM
If a company uses ServiceNow as their own workflow tool but then also use a different instance of ServiceNow to manage workflow for another company, is it possible to transfer a ticket submitted on their own instance, into the instance for the other company?
- Labels:
-
Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2020 07:00 AM
You would have to integrate between the two environments to send data back and forth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2020 07:08 AM
Hi,
I have never used it but there is something called Data replication (or at least i think so) this should synch up 2 instances for given table (at least thats what I red in docs few months back)
Not much of a help more like shot in the dark - otherwise
Cheers,
Joro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2020 07:12 AM
Hi,
As suggested you will have to integrate those 2 instances.
You can use Ebonding in flow designer to handle this as well with low scripting
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
‎12-16-2020 07:12 AM
You should take a look at the eBonding spoke, It is designed for this type of use case. You can also create your own specific version based on this example.