Syntax
| Menu.AppDeliveryAdvisor [ActionMode][, CarrierCode][, DateFrom][, DateTo][, AutoStart]
| ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Opens the Delivery Advisor. Optionally, the action mode, carrier filter, date range, and auto-start behaviour can be specified.
| ||||||||||||
See Also
| AppBezorgAdvies (Dutch variant)
| ||||||||||||
Example
| Sub Main
Menu.AppDeliveryAdvisor ActionMode:=damDeliveryAdvice, AutoStart:=True
End Sub
|