Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
How can I run an external ilogic rule from another external rule?
Thanks in advance
Solved! Go to Solution.
Hi.
How can I run an external ilogic rule from another external rule?
Thanks in advance
Solved! Go to Solution.
You should check the snippets in iLogic. They're on the left. Under "Run else" you'll find this:
iLogicVb.RunExternalRule("ruleFileName")
To run it for a sub-part:
iLogicVb.RunExternalRule("PartA:1", "ruleFileName")