How to Create a Standard Change Template with Tasks and Move It to Another Instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2025 03:36 AM
How can I create a Standard Change Template in ServiceNow and add multiple Change Tasks to it?
Also, what is the correct way to move the entire template along with its tasks to another instance using Update Sets?
Are there any best practices or specific tables I need to include?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2025 08:41 AM
You have to import the records from the below tables for Standard Change Templates. Not all records will be captured in the Update sets. So better to follow import & export process.
std_change_template
std_change_record_producer
std_change_proposal
sc_cat_item_catalog
sc_cat_item_category
std_change_producer_version
Tasks are associated to the Change requests not the templates. So, if you want to import tasks then import the Change requests and then go with Change tasks