Resolve; New parameter added via runexternalrule into a referenced spreadsheet not available while original rule runs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a rule to place parts into my assembly to a position defined in a linked spreadsheet.
Sometimes, the correct position is missing from my spreadsheet and I want the user to be able to add the value 'on the fly'. I call the following rule 'Add SS Param' that allows the user to make some choices and writes/adds the parameter and expression into my linked spreadsheet.
iLogicVb.RunExternalRule("Add SS Param", Map)
My problem is after this rule is run, the newly added parameter is not accessible as my original rule continues.
I've tried the following directly after the rule to get my model to see the new parameter, but to no avail.
RuleParametersOutput() InventorVb.DocumentUpdate()
I've confirmed the parameter is added to my spreadsheet. My code breaks, but when I re-run the rule the parameter is accessible.
What can I do to get access to the new parameter added into my linked spreadsheet