force a rule to be run

force a rule to be run

Anonymous
Not applicable
458 Views
1 Reply
Message 1 of 2

force a rule to be run

Anonymous
Not applicable

Hi everybody,

There is an assembly A and a sub-assembly B with the parts C and D.

I have written a rule in Assembly A and for part C in sub-assembly B.

How can I force rule in part C to be run in rule in assembly A?

Thanks

 

0 Likes
Accepted solutions (1)
459 Views
1 Reply
Reply (1)
Message 2 of 2

moveworkforward
Contributor
Contributor
Accepted solution

In the rule in assembly A please add a row (use correct Part C and rule names):

iLogicVb.RunRule("YourPartCName.ipt", "RuleNameInPartC")

 

0 Likes