Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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!

6 REPLIES 6

divyajetti9
Tera Contributor

Hi @jahnavipell ,

Yes, it is possible.

If the custom table is created within a scoped application, you can move it to another instance either by:

Publishing the application to the Application Repository (recommended for scoped apps), then installing it on the target instance.

Or by using an Update Set to capture the table and related configurations, then exporting/importing it into the target instance.

Make sure all related components (fields, ACLs, business rules, etc.) are included during migration.

If the provided solution is useful/working, please Accept as Solution and hit the Helpful. 

Thanks & Regards,
Divya Jetti

yashkamde
Kilo Sage

Hello @jahnavipell ,

 

Yes it is possible also the cleanest way is to publish the scoped app to the Application Repository and install it on the target instance. That way, your custom tables move seamlessly as part of the app package, and you maintain version control.

 

Refer this :

https://www.servicenow.com/community/developer-forum/how-can-i-export-a-scoped-application-to-anothe....

 

If my response helped mark as helpful and accept the solution.