Can you hide the OOTB Change templates?
We have created a number of our own Change Templates and want to make these the only ones available when creating a new change request.
I have gone through our various User Roles and removed the OOTB templates from the scope but for some reason they are still showing up.
Is there some other way to hide them ?
Best Answer
-
Tom_Hendricks Customer Super IT Monkey ✭✭✭✭✭It is possible to delete them from the console or to export, edit, and re-import the MP that they are contained within (it is unsealed): ServiceManager.ChangeManagement.Configuration.xml. This is not the same as hiding, of course, but it is an option that may work for you, if you do not need other roles to see them.
If you do not like the idea of deleting the templates completely, you can store them outside of Service Manager. One way (aside from keeping a copy of the XML in a file somewhere) is to use VSAE (Authoring Extensions to Visual Studio) to manage your MP edits in TFS. Then you can comment out (enclose in <!-- and --> tags) those templates in your MP fragment, instead of deleting them. The resulting XML that gets deployed to SCSM won't contain them, but your commented-out templates will always be there in TFS if you need to refer to it later or add them back in by un-commenting them and re-deploying.
5
Answers
If you do not like the idea of deleting the templates completely, you can store them outside of Service Manager. One way (aside from keeping a copy of the XML in a file somewhere) is to use VSAE (Authoring Extensions to Visual Studio) to manage your MP edits in TFS. Then you can comment out (enclose in <!-- and --> tags) those templates in your MP fragment, instead of deleting them. The resulting XML that gets deployed to SCSM won't contain them, but your commented-out templates will always be there in TFS if you need to refer to it later or add them back in by un-commenting them and re-deploying.