When Impact and urgency changes Priority should change on modal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
It’s OOTB for Incident and Problem, but not for Change. I don’t think it’s applicable for Change anyway, because Change priority doesn’t mainly depend on urgency — it’s driven more by risk and impact.
If you still want to implement it, please use the Priority Lookup.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
I am implementing this on the CSM Workspace using a Workspace client script. The modal displays four fields: Impact, Urgency, Priority, and Reason for priority change. When I change the Impact or Urgency, I expect the Priority to update automatically. However, in my current implementation, the Priority only updates after clicking OK and then reflects directly on the form. I want the Priority to update dynamically on the modal itself whenever Impact or Urgency changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
what's your business requirement?
are you saying within the modal in workspace the dependency should work?
what debugging did you do from your side in above script?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
I am implementing this on the CSM Workspace using a Workspace client script. The modal displays four fields: Impact, Urgency, Priority, and Reason for priority change. When I change the Impact or Urgency, I expect the Priority to update automatically. However, in my current implementation, the Priority only updates after clicking OK and then reflects directly on the form. I want the Priority to update dynamically on the modal itself whenever Impact or Urgency changes.
Everything is working fine except populating the Priority based on Impact and Urgency in the modal. It updates correctly on the form, but not on the modal when I change Impact or Urgency.
