How to change how priority calculate?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2019 01:15 AM
I'm working on how to change the way priority calculate. I already know how to change it based on other field, but my boss said he want to take it "dynamic".
I created a field in choice list called [u_important], which value range is from 1-5.
Now I want to everytime I change the value of category, the priority change as well (not like newValue =="network" > setValue), more like to get the Value of [u_important] from choice list to change the prority value.
For example, If I choose 'software', the sciprt go to choice list and see the value of u_important is 1, so the priority change to 1 as well.
Whenever I choose another, the priority change equal to the value of u_important.
I'm not good at javascript, thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2019 01:26 AM
You don't need javascript to do this. The priority on the incident form is set by a data lookup, you can either amend that one or create your own.
The documentation here explains how to create a new data lookup and you can lookup at how the OOB config is set up by going to system policy > rules > data lookup definitions (and priority lookup rules)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2019 01:38 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2019 01:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2019 01:51 AM