Syntax
| Menu.AppPackingSchedule [WarehouseCode]
| ||||
|---|---|---|---|---|---|
Description
| Opens the Packing Schedule application. Optionally, a specific warehouse can be pre-selected.
| ||||
See Also
| AppPaklijstPlanning (Dutch variant)
| ||||
Example
| Sub Main
Menu.AppPackingSchedule WarehouseCode:="CENTRAAL"
End Sub
|