- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 06-15-2018 05:23 AM
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
- 1,805 Views