how can we call business rule from another business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2016 02:06 AM
how can we call business rule from another business rule and please provide me a scenario.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2016 02:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2016 02:37 AM
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