Incident form - Mandatory comment on cancellation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2023 01:14 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2023 01:43 AM - edited ‎04-18-2023 01:44 AM
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
Create the data policy and add the action for comments to be true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2023 04:32 AM
Hi, what would the conditions be on this data policy?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2023 05:35 AM
State is cancelled
Don't run it on load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2023 01:47 AM
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>")