Update sets

jahnavipell
Tera Contributor

Is it possible to move custom tables created within scoped application to another instance?

If yes, please let me know

Thanks!

5 REPLIES 5

Dr Atul G- LNG
Tera Patron

https://www.servicenow.com/community/app-publisher-forum/scoped-application-movement-from-one-instan...

https://www.servicenow.com/community/developer-articles/move-application-files-between-to-from-scope...

*************************************************************************************************************
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]

****************************************************************************************************************

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]

****************************************************************************************************************

Adrian Ubeda
Mega Sage

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

 

If it was helpful, please give positive feedback! ✔
☆ Community Rising Star 22, 23 & 24 ☆

Srikanth_9
Giga Guru

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

 

If the provided solution is useful/working, please Accept as Solution and hit the Helpful. 
 
Thanks & Regards,
Srikanth Akula.