is there a way to call business rule from workflow, if yes, how to..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2018 05:01 AM
is there a way to call business rule from workflow, if yes, how to..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2018 05:29 AM
Hi ranjith,
I don't think it's possible cause business rules works with condition, not with an event.
My idea is to use a script include that you can call from your business rule with script field and from your workflow by a script activity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2018 05:31 AM
interview question 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2018 06:40 AM
Hi,
Yes you can trigger(call) a business rule from workflow.
Convert this to script include, and call it like
var <name of the variable> = new scriptIncludeName().functionName();
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2022 01:18 AM
can you explain this how can we do this ??