Update sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2026 03:01 AM
Is it possible to move custom tables created within scoped application to another instance?
If yes, please let me know
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2026 06:25 AM
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/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2026 08:00 AM
Hi @jahnavipell
Did you check this?
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/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2026 06:28 AM
Hello @jahnavipell ,
Inside my company applications there's a link 'Publish to an update set' this will create an Update set with all related of your application. Then complete de Update set, export as XML and retrieve into another instance.
If you move only tables/records the scope will be lost
☆ Community Rising Star 22, 23 & 24 ☆
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2026 07:33 AM
Hi @jahnavipell,
Yes, custom tables created in an application scope are captured in Update Sets and can be moved to another instance as long as:
- The same scoped application must already exist on the target instance.
- Update Sets move table definitions and metadata (columns, ACLs, scripts), not table data.
- Migrate all dependent artifacts along with the table, otherwise functionality may break.
- Tables cannot change scope (scoped → global or to another app is not supported).
