- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2023 11:19 PM
when I change the priority of my incident record to 1 then all other incident records which has a priority 1 should be get none as a proority(priority has a choice field)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2023 11:25 PM
Hi,
OOTB priority is depends on urgency and impact.
I do not understand why you need this type of configuration, but you can write a onBefore BR on incident table when priority chnages to P1 and set priority,urgency and impact as empty for all other incidents.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2023 11:25 PM
Hi,
OOTB priority is depends on urgency and impact.
I do not understand why you need this type of configuration, but you can write a onBefore BR on incident table when priority chnages to P1 and set priority,urgency and impact as empty for all other incidents.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2023 11:29 PM
I have a custom table for which I need it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2023 03:07 AM
Even though it is custom table, but breaking the foundation is not a good way.
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
‎12-21-2023 11:27 PM
this is not ITSM-compliant and would require some customizations in your instance which break fundamental functionalities.
Instead of asking for implementing a critical solution, you should better explain first WHY you want to have that behavior.
Maik