Two Instances of ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 10:49 AM
My company uses a third party for some of its IT needs and they use ServiceNow. If we get our own instance of ServiceNow, will the two be able to talk to each other? Would we be able to assign tickets to each other across instances?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 02:17 AM
Yes , it is easy to build bridge between 2 SN instance.
This video will help you
https://youtu.be/Pqf49CBoOoI?si=GRpLnTs72_wjcig8
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 02:33 AM
@Lonestar5055 You can plan to integrate the two instances by using REST API integration. Using this integration one instance can act as a producer instance and other can act as a consumer instance and ticket can be assigned across the instances using the REST API. However, in order to make this integration work, you will have to ensure your foundation data (sys_user, company, location) is also same across these instances.