iLogic event triggers not functionig properly

iLogic event triggers not functionig properly

Anonymous
Not applicable
536 Views
5 Replies
Message 1 of 6

iLogic event triggers not functionig properly

Anonymous
Not applicable

So I have a couple of iLogic rules set up to write data to Excel files from the assembly file. both of them function just fine when run manually but one rule in particular refuses to activate off of the "model parameter updated" trigger, whereas the other runs off it jsut fine. I hvae tried re-ordering them and this changes nothing, and setting the misbehaving rule to a different event trigger works but I need it on the same event trigger as the one that works. help?!

0 Likes
Accepted solutions (1)
537 Views
5 Replies
Replies (5)
Message 2 of 6

dean.morrison
Advocate
Advocate

Hi,

 

I haven't tried this, but if one rule works you could perhaps run the other from within that rule..

 

SyntaxEditor Code Snippet

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

I hope that helps.

Dean. 

0 Likes
Message 3 of 6

Anonymous
Not applicable

I actually tried that. it breaks everything. something about the way the 2 sets of code interact with each other makes them not work right if they are part of one rule.

0 Likes
Message 4 of 6

HermJan.Otterman
Advisor
Advisor

Can you share your part, so we can have a look.

did you try the itrigger?

If this answers your question then please select "Accept as Solution"
Kudo's are also appreciated Smiley Wink

Succes on your project, and have a nice day

Herm Jan


0 Likes
Message 5 of 6

Anonymous
Not applicable

assembly file here. the rule giving me trouble is PRICE LIST.

0 Likes
Message 6 of 6

HermJan.Otterman
Advisor
Advisor
Accepted solution

hi, there is nothing that starts that rule.

if you put this in it:

 

itrigger = T_Length

(where itrigger can be anything, it is a variable that is given a value)

 

when T_Length is changed, this rule will run

 

 

If this answers your question then please select "Accept as Solution"
Kudo's are also appreciated Smiley Wink

Succes on your project, and have a nice day

Herm Jan


0 Likes