Moving Tables from Global to scope Application

hemashiva
Tera Contributor

Hi All,

I have created  Tables in Global application and added all the columns for the tables, But now i wanted to change it as scoped Application .

Could someone let me know is there any way to do it, instead of creating all the tables and columns again with right scope  . 

6 REPLIES 6

Brad Tilton
ServiceNow Employee
ServiceNow Employee

There is not a way to move the tables over due to the namespace of the tables and fields. You'll need to recreate the tables and fields as part of your new application.

sachin_namjoshi
Kilo Patron
Kilo Patron

You will have to re-create table in new scope.

But, If you need to migrate the data within the app, then you can use below.

 

Mimeo: Intelligent Hierarchical Data Duplicator

 

Regards,

Sachin

hi

sachin,

But it has some data how can i move these data 

 

Thanks and Regards 

Venkatesh

Gaurav Shirsat
Mega Sage

Hello Hemashiva

There is no way to move tables from one application to another.

please check the below link:-

https://community.servicenow.com/community?id=community_blog&sys_id=98ecaa65dbd0dbc01dcaf3231f9619d5

or you can move data by using update set.capture your work in Update set.create XML but notify this,you can not change the Scope.

Please Mark Correct and Helpful

Thanks and Regards

Gaurav Shirsat