OOB Setting Priority in UI Based on Impact & Urgency

Nia McCash
Mega Sage
Mega Sage

I recently received my shiny new ServiceNow instance and am in the process of learning how everything works...

I see that out of the box (OOB), my Fuji instance incident form sets the priority automatically based on impact and urgency.   That is, the read-only field for priority changes on the web form as I change my selection for impact and for urgency.   I assume this is done via a client script but I can't find it.   Can someone please point me in the right direction?   Where is the client script (or whatever it is) that allows the priority field to change and set itself on the incident form as the impact or urgency changes?

I understand that there is a data lookup table which determines the priority based on impact and urgency.   What I'm really interested in is the function that dynamically changes the values in the form on the fly (the onChange javascript function).

Message was edited by: Nia McCash

1 ACCEPTED SOLUTION

I don't think that's something exposed to admins.   Its controlled by the data lookup functionality.


View solution in original post

5 REPLIES 5

Mike Patel
Tera Sage

Hope this will help.


Managing incident priority


Hi Mike,



Thanks for the link but I don't believe it has the information I'm looking for.   I know how the priority is calculated.   I know the logic of the calculations.   What I want to know is where the script is that is responsible for the changes on the UI.   Please let me know if the question is not sufficiently clear.


There is no script it's data lookup field and it get data from Priority Data Lookups



find_real_file.png


I don't think that's something exposed to admins.   Its controlled by the data lookup functionality.