- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 08:07 AM
Hi,
There is a single ServiceNow instance "A" which is used by 2 companies ( X & Y) who are partners. Now the requirement is to create a new ServiceNow instance "B" such that instance A is being used by company X and instance B is being used by company Y.
To enable this we would need to move/migrate the workflows, business rules, incidents, cases, problems, service requests, scripts, UI actions, policies, Service Catalog etc specific to company B to new instance i.e. B. What is the best way to achieve this.
How do we handle open records ? Example moving open incidents such that SLAs, workflows are continued. Need to make sure that contextual workflows is carried forward.
We are not looking for the tools like Precision Bridge because of the cost implications.
Thanks,
Sneha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 05:57 AM
Hi @snehapatel
Greetings!!
As I mentioned earlier, cloning is essentially a full copy-paste process. If you clone B from A, it means A and B will be identical in every aspect. Here's why I think cloning can be beneficial in this scenario:
- You can simply remove the code related to X from B, which should be a relatively straightforward process.
- Implement ACLs to hide X's data in B, ensuring that no operations related to X can be performed by the other customer.
Regardless of whether you choose cloning or a selective approach, the workload will be significant. Proper planning is essential, and thorough testing is crucial to ensure everything functions as expected.
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
01-15-2025 08:33 AM
Hi @snehapatel,
I think the best option to talk with ServiceNow support about and get the idea "if they can help in such case".
The first step to determine the cut-off date and any open item should be stay/and manage in the current instance and once new instance is ready then all new items should be considered for client B.
Solution strategy required to discuss with all stakeholders, there might be a lots of manual work ( documentation ) involved in this.
Cloning can be easy once to copy instace A to instance B and then do the cleanup work on instance B, once instance B is not ready .. instance A will be continue to use by both he client.
The new instance might loose some histoty data from system table likes logs, sys_audit ect after clone.
Note: Document every single item which wasc reated for instance A from the begining , and then determine that "if we need the same for instance B or not", record every thing and discuss.
Plan instance B go-live date based on estimated work after clone, take the buffer time.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2025 06:52 PM - edited 05-25-2025 06:52 PM
Hi @snehapatel,
Standard exports won’t carry over record states, or workflow logic. This kind of migration usually breaks down when the source and destination aren’t properly aligned on field definitions and customizations.
Here’s what to consider:
- Open records should preserve their current state (e.g., assignment group, approvals, SLA timers).
- There should not be staff or operational down time while data is being migrated.
- Audit trails and related items must stay linked or risk breaking downstream workflows.
OpsHub Migration Manager, a ServiceNow Partner helps handle this level of complexity. It allows you to migrate contextual logic—like open incidents with live SLAs or custom workflows—without manual patchwork. The tool supports full history, comments, attachments, links migration between ServiceNow instances with zero downtime and zero data loss.
Let me know if you'd like a checklist to help prep before you begin.
Thanks