Message 1 of 1
Open BOM to specific View tab using iLogic/VBA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm able to open the BOM using iLogic with the following command:
ThisApplication.CommandManager.ControlDefinitions.Item("AssemblyBillOfMaterialsCmd").Execute
I'm wondering if there's any way to get the BOM to open to a specific View (i.e. Model Data, Structured, or Parts Only). It always seems to open to the last-used View. If there's not a command or modifier to open it to a specific view, then perhaps there's a way to access and modify the "last-used view" variable via the API?