Need Changes in reassignment count business rule in ServiceNow on Incident form

Neethi2
Tera Expert

There is a OOB Business rule "reassignment counter" on task table.

 

The requirement is "If the group "Service Desk" reassigns the incident to "ServiceDesk1" or "ServiceDesk2",the counter should not run.

If the ServiceDesk reassigns the incident to any other group apart from ""ServiceDesk1" or "ServiceDesk2" , the counter should run.

 

Please help with the code.

1 REPLY 1

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Neethi2 

 

It is not look good, reassignment means, either assign to any group , it must increase the counter. To do this , need to modify the OOTB BR , which can increase technical debt.

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

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