CA IT Asset ManagerCA Software Asset Manager (CA SAM)ASSET PORTFOLIO MGMT- SERVERSUPPORT AUTOMATION- SERVERCA Service Desk Manager - Unified Self ServiceCA Service Desk ManagerCA Service Management - Asset Portfolio ManagementCA Service Management - Service Desk Manager
Issue/Introduction
Description:
This document provides a way to get rid of the "None" priority of Service Desk so it will not display when a ticket is created or modified.
Solution:
Please note the following procedure will break the Priority Calculation Matrix.
Backup the Service Desk MDB
From Service Desk primary server, run:
pdm_extract Priority > sdpri.txt
and open the output file sdpri.txt and change the "del" field value for "none" priority from "0" to "1" and save the change. Then load it back to MDB to change this field for "None" priority: pdm_load -f sdpri.txt
Create a new file in Service-Desk-install-directory\\site\mods\majic called z_pri.mod with these lines:
//Place some white space or carriage return at the bottom of the file
Recycle Service Desk
Now, when you create a new ticket, the "Priority" field display "<empty>" and the user would need to pick a priority from the dropdown, where "None" is not present anymore.
If the user does not choose a priority a message "Priority is required" will display when the user tries to save the ticket and then the user would need to select a priority and save the ticket.