Client wanted to limit the selection of urgency and impact while creating an incident ticket. Upon customization, Selection of Urgency and Impact was reverted back to default values. As new selection was not being saved.
Followed the documented steps as per the article 39369.
Release: CA Service Desk Manger 17.X
Upon reviewing, There appears to be missing default code.
Step1: Login to Web Screen Painter and edit detail_in.htmpl.
Step 2: Validate if this below code exist for urgency and impact field.
<PDM_MACRO name=dtlDropdown hdr="Urgency" attr-urgency evt="onBlur='manual_modify(); detailSyncEdit Forms (this)" lookup=no where clause="enum IN (4, 3, 1, 0)>
<PDM_MACRO_name=dtlDropdown hdr="Impact" attr-impact evt="onBlur='manual_modify(); detailsyncEdit Forms (this)" lookup=no where clause="enum IN (5, 4, 2, 0)>
Step 3: Save the changes
Step 4: Execute pdm_webcache * .
https://knowledge.broadcom.com/external/article?articleNumber=39369
https://knowledge.broadcom.com/external/article?articleNumber=27223