Reinstate a Retired Standard Change Template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 06:12 AM
One of our Standard Change Templates was accidently retired. Is there a way to reinstate it? I can reactivate it but it is still in the retired state and I cannot modify it as it does not show in the dropdown list to select.
Thanks so much for your help in advance!
Janet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 12:03 AM
Hello JanetBoughter,
Did you figure this one out at all? Im having the same issue with one of our templates.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 04:05 AM
Hey there Olly
No, unfortunately! I was hoping someone on here would respond with a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 09:41 AM - edited 02-05-2024 09:52 AM
I was able to find a solution but it requires a lot of data manipulation using export to XML, modifying the underlying data in the template, and then reloading the XML. This worked for us, but of course, modifying data using the export/import xml functions is always risky.
- Go to the Versions tab and select the version prior to the one that retired the template. I added the Create Date as the first column so that I could select the version record not the template.
- Copy the name and sys_id of the version record prior to the version that retired the template.
- Return to the versions tab and select the version that retired the template. Export it to XML.
- Return to the Template and export it to XML
- Edit the Template XML setting active to true, retired to false, and updating the current version
- <active>true</active>
- <retired>false</retired>
- <current_version display_value="previous version name here">74c1812d87bf3150e62664250cbb3538</current_version>
- Import the modified template XML
- Modify the exported version XML setting the action to DELETE
- <std_change_producer_version action="DELETE">
- import the modified version XML to delete the retired version record