Menu Object
 
Syntax
 
Menu.AppItemManagement [ITEMNUMBER][, TabIndex]
 
Description
Opens the Item Management application. Optionally, a specific item can be opened directly and a specific tab can be activated.
 
Parameter
Description
ITEMNUMBER
Optional. Item number of the item to open directly. Default value 0 (item list is shown).
TabIndex
Optional. Index of the tab to activate upon opening. Default value -1 (no specific tab).
See Also
AppArtikelBeheer (Dutch variant)
Example
 
Sub Main
    Menu.AppItemManagement ITEMNUMBER:=1042
End Sub