- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2018 07:24 AM
We have an 'Impact' field on our Incident form that defaults to 'Moderate' for all submitted tickets. How can I override this value for tickets that are submitted with a Category of 'Network'? We would like tickets with this category to be 'High' priority.
Any assistance is greatly appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2018 07:32 AM
You can create a business rule that updates the Impact when the conditions meet on the ticket for the Category equaling Network. This will happen after the ticket update so it won't provide immediate feedback on the screen if the category is selected. If you want it to update on the screen when the category is selected you could utilize an on change client script to automatically update the impact field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2018 07:32 AM
You can create a business rule that updates the Impact when the conditions meet on the ticket for the Category equaling Network. This will happen after the ticket update so it won't provide immediate feedback on the screen if the category is selected. If you want it to update on the screen when the category is selected you could utilize an on change client script to automatically update the impact field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2018 07:44 AM
Thanks Tony. I will investigate a new business rule