Syntax
| Menu.AppRoutePlanning [WarehouseCode][, CarrierCode][, PlanningDate]
| ||||||||
|---|---|---|---|---|---|---|---|---|---|
Description
| Opens the Route Planning application. Optionally, a warehouse, carrier, and planning date can be pre-selected.
| ||||||||
See Also
| |||||||||
Example
| Sub Main
Menu.AppRoutePlanning WarehouseCode:="CENTRAAL", PlanningDate:=#04-01-2026#
End Sub
|