Refine Business Rule to Trigger Paging Based on Assignment Group Settings

SandeepKSingh
Kilo Sage

Could anyone help me update the business rule on the incident form to only trigger paging requests to OnSolve test@123 if the assignment group is set to accept paging? Currently, the rule fires for any incident with a priority of 2 or higher, but I need to add a condition to check the test@123 flag on the sys_user_group record.

The updated condition should:

  1. Verify if the test@123 flag for the assigned group is true.
  2. Trigger paging only if this flag is true and the incident priority is 2 or higher.

How can I modify the script to include this additional condition?

2 ACCEPTED SOLUTIONS

Mark Manders
Mega Patron

It always helps if you share the script when you are asking for refinement.

But you are talking about a BR, so why not just set the condition to assignment_group.test@123 = true?


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

Ravi Gaurav
Giga Sage
Giga Sage

Hi @SandeepKSingh 

Below thread might help you 
https://www.servicenow.com/community/developer-forum/dotwalk-filter-condition-in-business-rule/m-p/1...

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

 YouTube: https://www.youtube.com/@learnservicenowwithravi
 LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/

View solution in original post

3 REPLIES 3

Mark Manders
Mega Patron

It always helps if you share the script when you are asking for refinement.

But you are talking about a BR, so why not just set the condition to assignment_group.test@123 = true?


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

 assignment_group.test@123 = true worked for me and below thread is also helpful.
Thanks @Mark Manders 

Ravi Gaurav
Giga Sage
Giga Sage

Hi @SandeepKSingh 

Below thread might help you 
https://www.servicenow.com/community/developer-forum/dotwalk-filter-condition-in-business-rule/m-p/1...

--------------------------------------------------------------------------------------------------------------------------


If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!

Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI

 YouTube: https://www.youtube.com/@learnservicenowwithravi
 LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/