|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > UserInterface > ShowCreateNewBomItemDialog |
available from build: 20160609 |
The command allows to create a new bom item related to the current selected item at tree level.
call DBWShell("ShowCreateNewBomItemDialog")
The browser must be opened (Document or Tree page).

The dialog is effective as if invoked from UI, so its result is an entry for the BOM under the currently selected
Sub Main()
DBWInit(True)
DBWShell("ShowCreateNewBomItemDialog")
End Sub