Menu Object
 
Syntax
 
Menu.AppItemCatalog [CatalogID][, SearchText][, SupplierCode][, ShowInActive][, ShowHidden]
 
Description
Opens the Item Catalog. Optionally, a specific catalog can be loaded, a search term can be pre-filled, and the display of inactive or hidden items can be controlled.
 
Parameter
Description
CatalogID
Optional. Internal ID of the catalog to open. Default value -1 (default catalog).
SearchText
Optional. Text to pre-fill in the search field upon opening.
SupplierCode
Optional. Code of the supplier to filter catalog items.
ShowInActive
Optional. When True, inactive items are included in the catalog view. Default value False.
ShowHidden
Optional. When True, hidden items are included in the catalog view. Default value False.
See Also
AppCatalogus (Dutch variant)
Example
 
Sub Main
    Menu.AppItemCatalog SearchText:="bearing", SupplierCode:="SKF"
End Sub