Incident form - Mandatory comment on cancellation

Pradeepa Boopat
Tera Contributor

As the Service Desk Manager, when an Incident is moved to Cancelled state, I would like an update of the Additional Comments fields to be mandatory so that the Caller is informed of exactly what has happened and why.

Please restrict the cancel field only to Incident Manager role

6 REPLIES 6

Anurag Tripathi
Mega Patron
Mega Patron

Below eg is for closed state but make changes for cancelled state the same way.

To make the caller mandatory you can create a Data Policy -> Navigate to Data policies

New

AnuragTripathi_0-1681807412417.png

 

 

Create the data policy and add the action for comments to be true

 

-Anurag

Hi, what would the conditions be on this data policy? 

 

State is cancelled

Don't run it on load

-Anurag

Anurag Tripathi
Mega Patron
Mega Patron

For 'Please restrict the cancel field only to Incident Manager role'

How does the user cancel an incident? is there a button he clicks ? If it is a button then you cna find that ui action and add the condition in it, something like below

gs.hasRole("<Role name>")

-Anurag