Convert IR to SR - Limit selectable templates
However I need to limit the list of templates that can be chosen and was wondering if anyone has done this already.
My organisation has never had a user portal before so users are trained to send emails. A lot of these will need to be converted, but I also have a few SR's with runbooks which requires the information to be in the correct format. I would like to hide those request templates from the convert customisation.
Best Answer
-
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭
Answers
https://community.cireson.com/discussion/2487/ability-to-tag-templates-to-be-available-or-not-via-the-analyst-portal
I used a part of the code on https://community.cireson.com/discussion/2443/hiding-templates-from-showing to build the array with some easy to read language for the other super users to understand. It should make it easy if we need to add templates in the future and I also have a very small environment so the performance constraints are not noticeable.
I incorporated that into the Convert IR to SR as below
'Some Other Service Request Template',
Working well so far. Thank you for the suggestion!