Manually migrating a Service Portal to another environment via XML import
I needed to do some experimentation on a Service Portal but didn't want to break our Dev instance so i migrated the XML manually to my personal Dev instance.
I made a list of the tables that are needed. I thought i would post them up as a reference point for others since i have seen this question asked in the past.
Not all of these tables are crucial but will give you an idea what to migrate if needed.
Anyway, i hope someone find this of some use.
Portal: https://INSTANCE.service-now.com/sp\_portal\_list.do
Pages: https://INSTANCE.service-now.com/sp\_page\_list.do
Containers: https://INSTANCE.service-now.com/sp\_container\_list.do
Rows: https://INSTANCE.service-now.com/sp\_row\_list.do
Columns: https://INSTANCE.service-now.com/sp\_column\_list.do
Instances: https://INSTANCE.service-now.com/sp\_instance\_list.do
Chat queues: https://INSTANCE.service-now.com/chat\_queue\_list.do
Groups: https://INSTANCE.service-now.com/sys\_user\_group\_list.do
Group Roles: https://INSTANCE.service-now.com/sys\_group\_has\_role\_list.do
Group members: https://INSTANCE.service-now.com/sys\_user\_grmember\_list.do
Users: https://INSTANCE.service-now.com/sys\_user\_list.do
Roles: https://INSTANCE.service-now.com/sys\_user\_role\_list.do
Schedule: https://INSTANCE.service-now.com/cmn\_schedule\_list.do
Schedule entries: https://INSTANCE.service-now.com/cmn\_schedule\_span\_list.do
Catalogues: https://INSTANCE.service-now.com/sc\_catalog\_list.do
Catalogue Items: https://INSTANCE.service-now.com/sc\_cat\_item\_list.do
Categories: https://INSTANCE.service-now.com/sc\_category\_list.do
Workflow: https://INSTANCE.service-now.com/wf\_workflow\_list.do
Workflow Versions: https://INSTANCE.service-now.com/wf\_workflow\_version\_list.do
Variables: https://INSTANCE.service-now.com/item\_option\_new\_list.do
Variables Sets: https://INSTANCE.service-now.com/item\_option\_new\_set\_list.do
Instances with menu: https://INSTANCE.service-now.com/sp\_instance\_menu\_list.do
Menu Items: https://INSTANCE.service-now.com/sp\_rectangle\_menu\_item\_list.do
Widgets: https://INSTANCE.service-now.com/sp\_widget\_list.do
Widget Dependencies: https://INSTANCE.service-now.com/sp\_dependency\_list.do
Widget Dependencies m2m: https://INSTANCE.service-now.com/m2m\_sp\_widget\_dependency\_list.do
Angular Providers: https://INSTANCE.service-now.com/m2m\_sp\_ng\_pro\_sp\_widget\_list.do
Angular ng-templates: https://INSTANCE.service-now.com/sp\_ng\_template\_list.do
Script includes: https://INSTANCE.service-now.com/sys\_script\_include\_list.do
Theme: https://INSTANCE.service-now.com/sp\_theme\_list.do
Style sheets: https://INSTANCE.service-now.com/m2m\_sp\_theme\_css\_include\_list.do
JS Includes: https://INSTANCE.service-now.com/m2m\_sp\_theme\_js\_include\_list.do
Header / Footers: https://INSTANCE.service-now.com/sp\_header\_footer\_list.do
https://www.servicenow.com/community/developer-articles/manually-migrating-a-service-portal-to-another-environment-via/ta-p/2329837