Transfer a Standard Change Template to another instance

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2020 12:06 PM
We don't plan to clone soon, but I need one of the Standard Change templates copied over to our sub-prod instances so it can be selected in a workflow. But, when I try exporting the XML and importing into Test, I get an error "Skipping record for table std_change_record_producer and id 0fa0720adb76d410fc7461094b961952 - permission denied". Is there a way to accomplish this that I'm missing?
Thanks!
Mickey Cegon
FBL Financial Group, Inc.
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2021 01:53 PM
How to migrate standard change templates across ServiceNow instances
- Export data from all these tables against your templates:
- std_change_template
- std_change_record_producer (where Template is your std_change_template)
- std_change_proposal (where Template is your std_change_template)
- sc_cat_item_catalog (where Catalog Item is Standard Change Record Producer)
- sc_cat_item_category (where Catalog Item is Standard Change Record Producer)
- std_change_producer_version (where template Standard Change Record Producer)
- You'll get access denied issue on std_change_template and std_change_record_producer so navigate to create ACL for these tables and check admin override true temporarily
- Import the xmls to all these tables
- Verify the change templates
- Revert the ACLs

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2021 08:08 PM
Worked like a charm!