Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
rikard.nilsson
in reply to: Anonymous

Hi,

 

I think you are looking for this snippet if you need to run a rule in an Occurence

iLogicVb.RunRule("PartA:1", "ruleName")
 

If you have the rules in your Assembly then the most common way is to have the rules trigged by a Parameter. Docing this is quite simple. You need to add something in the rule that are changed by a parameter.. Like this..

Dim triggerParameter as Double = fxParameterName

 

After that you have the rule to Run everytime fxParameterName changes.

 

Regards

Rikard