Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Business rule not being triggered

bobbydouglas
Giga Guru

I have a custom table that we created and I created a Business Rule to run on this table.   Regardless of what I try I can not get the BR to trigger.   I have turned on debugging for Business Rules and the BR is not even being triggered.   Screen shots are below.   Has anyone seen this before?   It is a very odd issue.

find_real_file.png

find_real_file.png

17 REPLIES 17

adi91221
Kilo Guru

Hi Bobby



I think there might be a BR with order less than 200 and having in its script setworkflow(false) in it can you debug and check the BR.



Thanks


Adi


Hi Adi,


                    I ran the debug on the BR several times and it will not trigger.   Below is a screen shot of the debug.   I also changed the order from 200 to 500 it still does not run.   I have even tried an after BR just to troubleshoot the issue nothing seems to trigger it to run.



find_real_file.png


HI Bobby,



What are the steps you follow in this testing and debugging: are you creating or updating test records in your Expense Departments table?



best regards,


Andras


I am updating records in my Expense Departments table.


Are you in same application scope as that of business rule?