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.
| ||||||||||||||||
See Also
| AppVoorraadAdvies (Dutch variant)
| ||||||||||||||||
Example
| Sub Main
Menu.AppStockAdvisor WarehouseCode:="CENTRAAL", ShowDeviations:=True, AutoStart:=True
End Sub
|