Menu Object
 
Syntax
 
Menu.AppStockAdvisor [WarehouseCode][, SupplierCode][, ProductGroupCode][, ShowDeviations][, ShowTrendBreaks][, ShowUnregistered][, AutoStart]
 
Description
Opens the Stock Advisor application. Optionally, filters for warehouse, supplier, and product group can be specified, and the types of stock deviations to highlight can be controlled.
 
Parameter
Description
WarehouseCode
Optional. Code of the warehouse to analyse.
SupplierCode
Optional. Code of the supplier to filter stock items.
ProductGroupCode
Optional. Code of the product group to filter stock items.
ShowDeviations
Optional. When True, items with stock deviations are highlighted. Default value True.
ShowTrendBreaks
Optional. When True, items with significant trend breaks in demand are highlighted. Default value False.
ShowUnregistered
Optional. When True, items without registered minimum or maximum stock levels are included. Default value False.
AutoStart
Optional. When True, the advisor starts analysing immediately. Default value False.
See Also
AppVoorraadAdvies (Dutch variant)
Example
 
Sub Main
    Menu.AppStockAdvisor WarehouseCode:="CENTRAAL", ShowDeviations:=True, AutoStart:=True
End Sub