- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2019 11:50 AM
In our Security Incident module, priority is calculated when the record is first created. It is calculated again if the "Calculate Severity" UI Action is selected (if updates were made that would cause it to change). Any ideas on how I could make this occur on the client side, similarly to the OOB functionality in the Incident module? On that side, the priority is calculated in real time without updating the record.
Solved! Go to Solution.
- Labels:
-
Security Incident Response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2019 12:05 PM
You need to write script include to complete priority calculations.
Then, you can use GlideAjax to call this script include from client script for priority calculations.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2019 02:36 PM
Out of the Box functionality also includes the Priority calculated using Impact and Urgency as choice fields using a lookup table. You may be able to modify that process using different fields on the Incident form. Here is link to the OOB.