Menu Object
 
Syntax
 
Menu.AppRoutePlanning [WarehouseCode][, CarrierCode][, PlanningDate]
 
Description
Opens the Route Planning application. Optionally, a warehouse, carrier, and planning date can be pre-selected.
 
Parameter
Description
WarehouseCode
Optional. Code of the warehouse for which routes are planned.
CarrierCode
Optional. Code of the carrier to filter routes.
PlanningDate
Optional. The date for which the route planning is displayed.
See Also
 
Example
 
Sub Main
    Menu.AppRoutePlanning WarehouseCode:="CENTRAAL", PlanningDate:=#04-01-2026#
End Sub