Syntax
| Menu.AppOrderSchedule [ViewMode][, ProjectNumber][, DateFrom][, DateTo]
| ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Opens the Order Planning / Schedule application. Optionally, the initial view mode, a specific project, and a date range can be specified.
| ||||||||||
See Also
| AppOrderPlanning (Dutch variant)
| ||||||||||
Example
| Sub Main
Menu.AppOrderSchedule ViewMode:=pvmProjectPlanning, ProjectNumber:=200, DateFrom:=#01-01-2026#, DateTo:=#31-03-2026#
End Sub
|