when I change the priority of my incident record to 1 then all other incident records which has a pr

Abhishek Kathe
Mega Guru

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)

1 ACCEPTED SOLUTION

Saurabh Gupta
Kilo Patron
Kilo Patron

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

View solution in original post

5 REPLIES 5

Saurabh Gupta
Kilo Patron
Kilo Patron

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

I have a custom table for which I need it

Hi @Abhishek Kathe 

 

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]

****************************************************************************************************************

Maik Skoddow
Tera Patron
Tera Patron

Hi @Abhishek Kathe 

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