Business Rule not triggering in custom scope

gj1
Kilo Expert

Hi Community
We are having a business Rule on Task_sla table which would change the boolean value of a custom field on our scoped table which is being extended from task table to be true if "has-breached" changes to true.
The BR was working as expected earlier and we had a clone recently and we found out that its not working now, we tried to figure out the glitch but were unavle to do so.
Any suggestion or help would do a favour for us, the script below is for reference.
Conditions are:
find_real_file.png

cScript:

find_real_file.png

TThanks in Advance.

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

is the BR triggering?

Any error in system logs for cross scope etc?

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hi Ankur 
Thanks for the reply, The BR Itself is not triggering.

try to remove the BR condition and check if it triggers

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

HI Ankur

The business rule is triggering after the update when we remove the condition but when has breached is changing to true the logs are not appearing.

Whereas if we manually change 'has breached' to true in list view on task_sla record then the Custom field is getting updated to true.

 

Thankyou