Ui action urgent help

servicenow_devo
Tera Expert

Ui action script not working a expected. Ui action to create change task has line to make parent incident to onhold when new change is created. I need to alter this similar way if incident is resolved then change creation shouldn't make incident onhold back. I tried using if loop in ui action but not working.

Thankyou
4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

What and where you made changes, please share those.

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

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

Script part after new change record insertion there was a current state setting to make hold ihave added if loop for this if current state is not resolved. This is work only for other state tickets. But unfortunately not working 

Thankyou

Sandeep Rajput
Tera Patron
Tera Patron

@servicenow_devo Could you please post your script here.

20240129_215649.jpg

Hi @Sandeep Rajput 

eg# -resolve state can allow problem creation but it should not alter the state of parent inciden

Thankyou