ShowCreateNewBomItemDialog

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > UserInterface >

ShowCreateNewBomItemDialog

available from build: 20160609

Description

The command allows to create a new bom item related to the current selected item at tree level.

Syntax

call DBWShell("ShowCreateNewBomItemDialog")

Remarks

The browser must be opened (Document or Tree page).

ShowCreateNewBomItemDialog

Results

The dialog is effective as if invoked from UI, so its result is an entry for the BOM under the currently selected

Example

Sub Main()
 DBWInit(True)
 DBWShell("ShowCreateNewBomItemDialog")
End Sub