Menu Object
 
Syntax
 
Menu.AppPlanningManagement [PlanningDate][, DateFrom][, DateTo][, CustomerCode][, ShowWorkOrders][, ShowProductionOrders][, ShowServiceTasks][, ShowUnplannedOnly]
 
Description
Opens the Planning Management application. Optionally, a planning date, date range, customer filter, and display options can be specified to control which planning items are shown.
 
Parameter
Description
PlanningDate
Optional. The central date to display in the planning view.
DateFrom
Optional. Start date of the planning period to display.
DateTo
Optional. End date of the planning period to display.
CustomerCode
Optional. Code of the customer to filter planning items.
ShowWorkOrders
Optional. When True, work orders are included in the planning view. Default value True.
ShowProductionOrders
Optional. When True, production orders are included in the planning view. Default value True.
ShowServiceTasks
Optional. When True, service tasks are included in the planning view. Default value False.
ShowUnplannedOnly
Optional. When True, only unplanned items are shown. Default value False.
See Also
AppPlanningBeheer (Dutch variant)
Example
 
Sub Main
    Menu.AppPlanningManagement PlanningDate:=#01-04-2026#, ShowWorkOrders:=True, ShowProductionOrders:=False
End Sub