How to disable reopen ticket rights for Employee access?
search cancel

How to disable reopen ticket rights for Employee access?

book

Article ID: 54480

calendar_today

Updated On:

Products

CA IT Asset Manager CA Software Asset Manager (CA SAM) ASSET PORTFOLIO MGMT- SERVER SUPPORT AUTOMATION- SERVER CA Service Desk Manager - Unified Self Service CA Service Desk Manager CA Service Management - Asset Portfolio Management CA Service Management - Service Desk Manager

Issue/Introduction

The document describes the steps to disable reopen ticket rights for Employee access role.

Environment

Release: ALL
Component: CA Service Desk

Resolution


This can achieved by commenting the Reopen button in the detail_cr.html for employee form group.

Below are the steps that we performed to remove the Reopen button from the Employee interface.

1. Open the Web Screen Painter 

2. Click on File -> Open 

3. In the dialogue box that appears choose the following 
Interface or File Type : Employee 
Form Group : Default 
File Name : detail_cr.htmpl 

4. Open the file in source view 

5. Modify the below line from 

ImgBtnCreate("btn003",msgtext(498), "reopen_request()","defer", 0); 

// ImgBtnCreate("btn003",msgtext(498), "reopen_request()","defer", 0);

6. Save the file and publish the changes.

7. Run the command pdm_webcache -v -H to clear the webengine cache.