Menu Object
 
Syntax
 
Menu.AppItemGroups [GroupCode]
 
Description
Opens the Item Groups management application. Optionally, a specific group can be looked up directly.
 
Parameter
Description
GroupCode
Optional. Code of the item group to open directly.
See Also
AppGroepen (Dutch variant)
Example
 
Sub Main
    Menu.AppItemGroups GroupCode:="TRONICS"
End Sub