Pop-up an iLogic form when a part is inserted to assmebly

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
Could you tell me if below 'scenario' is achievable using only iLogic?
1. I have a component (sub-assembly) which I want to insert into a main assembly.
2. When I insert this component into main assembly an iLogic form will be immediately displayed. In this form I can configure my component (length, width etc.). Then I click on Next button and another iLogic form will be displayed.
3. On the second form I have also ability to configure my component, but this time the parameters which I can configure depends on values which I specified in previous step.
4. When I click OK in the second form configuration of my component is finished and all iLogic form will be closed.
In other words I need ability to run iLogic form in assembly when new, specific component is added (only for this component, not for every component), to configure it in first form, to send information from first form to second one and to finally finish configuration in second form.
Is it possible using only iLogic? Or I will need to program it externally. For now I am collecting general ideas and guidelines, so I will be thankful for any help with this problem.