Business Rule when to run Filter conditions vs Advanced Tab condition

Akanksha Rawoo1
Tera Contributor

In a Busines rule if we have When to Run Filter condition and Advanced tab Condition as well, then which condition will be executed first.

5 REPLIES 5

mdash
Giga Guru

Hi Akanksha,

It is essentially an AND condition. Both need to be true to proceed further. 

I guess the filter condition will be evaluated first.

You can mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!

Best Regards

Kalyani Jangam1
Mega Sage
Mega Sage

 @Akanksha Rawoo1 

Generally When to run filtered condition first as compared to advanced condition, but if we add different condition on when to run and Advanced then it will check both condition and then run advanced script. If only advanced condition available then only checked advanced condition.

 

For more information you can check below docs

https://docs.servicenow.com/bundle/rome-application-development/page/script/business-rules/reference...

 

Please check and let me know if it helpful or not.

S Goutham
Tera Guru

Hey @Akanksha Rawoo1 

  • The When to Run: is used as the trigger for the Business rule when to execute 
  • Advanced Condition: runs when the "When to Run" condition is satisfied and It also acts as a trigger for the script to run 

 

I hope this solves your issue
Mark this as Helpful / Accept the Solution if this clears your issue

Ihor Kochetkov
Tera Contributor

When Advanced condition is populated, conditions from When to start will be ignored

 

IhorKochetkov_0-1680764333890.png