how can we call business rule from another business rule

ankit_gupta1
Tera Expert

how can we call business rule from another business rule and please provide me a scenario.

2 REPLIES 2

Atul Kumar2
Giga Guru

Hi Ankit,



You can call to the script include via business rule. and mention the operation in the script include which you are willing to perform in 2 business rule.



I believe that there is not s any API which can be used in invoking the second business rule.



Regards,


Atul Kumar


fkhan
Kilo Guru

Hi Ankit,



As script include also runs on server so you can write   a script include   and call it from business rule.A script include typically defines a class and one or more functions for that class.So you need to call a script include from BR by it's class and function.



Check out this post: Can we call a script include from a business rule