Two Instances of ServiceNow

Lonestar5055
Mega Explorer

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?  

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Lonestar5055 

 

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]

****************************************************************************************************************
csa #ServiceNow #TechnoFuncational @ServiceNowCommunity @servicenow Disclaimer: These videos are from my training batch. These videos did not promote any ServiceNow Sales pitch or marketing. These videos are only for knowledge purposes based on my experience and knowledge. Redistribution or ...

Sandeep Rajput
Tera Patron
Tera Patron

@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.