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.
| ||||||||||||
See Also
| AppCatalogus (Dutch variant)
| ||||||||||||
Example
| Sub Main
Menu.AppItemCatalog SearchText:="bearing", SupplierCode:="SKF"
End Sub
|