Customize the category list/selection based on template.
The Category applies to all the templates in SDP-MSP. You can hide them using the field and form rules to make them unavailable for users.
Under Admin >> Incident Template >> Edit the template in questions >> Field and Form Rules tab. You can create a rule similar to the below
New to ADSelfService Plus?
Related Articles
Incident and Service Catalog Template Frequency
1 . This report is used to find the most used template in the application. To make any changes to a query, refer to the KB article below. https://pitstop.manageengine.com/support/manageengine/ShowHomePage.do#Solutions/dv/24000633501275 SELECT ...
Request based on Incident and Service Catalog Templates
This report is to get the name of the Template applied to the request. To make any changes to a query, refer to the KB article below. https://pitstop.manageengine.com/support/manageengine/ShowHomePage.do#Solutions/dv/24000633501275 SELECT ...
Script to send approvals to the users using distribution list
Request additional fieldCreate a Single Line Request additional field common for incident and service with name 'Last Approval Comments'. Replace the api name in the below function. Global functions 1) Function Name - Get Configurations Return type - ...
Template configuration
This report will give you the complete list of templates configured in the application. MSSQL SELECT serd.Name AS "Service Category", list.Templatename AS "Template Name", (SELECT STUFF( ( SELECT ',' + tgm.QUEUENAME FROM TemplateToGroupMapping tgm ...
Script to auto-populate the "Estimated Efforts" of a task based on the "Category" and "Sub-Category" of an incident request
REQUIREMENT: When an incident request is created, a task should be automatically added to the request. In the created task, the "Estimated Efforts" field should be automatically calculated based on the Category and Sub-Category of the incident ...