Urgency auto populate

Shabbir1
Tera Contributor

Hi Team,

 

on problem module if user selects the configuration item from configuration item field we need to auto populate "urgency" we have the field called business criticality ( choice field )field on configuration item table that field have the values "low" "medium' "high' i have to map this field values to problem urgency field based on configuration item can anyone help me in the script

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Shabbir1 

 

You need to use the Data lookup table for this. Check OOTNB lookup tables and implement in same 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]

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

I think we have to use on change client script or business rule by changing the configuration item we need to map configuration item "business criticality" field value to urgency field value

You can use that but I will try to go for the OOTB way and low code, and on the same lines I suggested this buddy. 

*************************************************************************************************************
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]

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

AshishKM
Kilo Patron
Kilo Patron

Hi @Shabbir1 , 

PRB records are generally created for some other record like Incident, so ideally that PRB should copy CI & Urgency details from parent record. 

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution