03-21-2016
12:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-21-2016
12:29 PM
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