Run ilogic rule from another rule

Run ilogic rule from another rule

amarcoc
Advocate Advocate
8,275 Views
2 Replies
Message 1 of 3

Run ilogic rule from another rule

amarcoc
Advocate
Advocate

Hi.

 

How can I run an external ilogic rule from another external rule?

 

Thanks in advance

0 Likes
Accepted solutions (1)
8,276 Views
2 Replies
Replies (2)
Message 2 of 3

Owner2229
Advisor
Advisor
Accepted 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")

 

Consider using "Accept as Solution" / "Kudos" if you find this helpful.
- - - - - - - - - - - - - - -
Regards,
Mike

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - John F. Woods
Message 3 of 3

amarcoc
Advocate
Advocate

Thank you.

 

That's it.

0 Likes