Message 1 of 7
Not executing rules in subassemblies ilogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writing ilogic code to manage a staircase. The staircase consists of several subassemblies, such as the "parapets".
I wrote the main rule in the "staircase" assembly, but there are other rules that are written in the subassemblies. When I execute the rule in the main assembly, the rules in the subassemblies are only executed in part. so I have to open the subassembly and re-execute it manually to get the final result.
I have also tried to call the specific rule in the rule of the main assembly with iLogicVb.RunRule("ruleName") but it does not work.
What can I do?