Menu Object
 
Syntax
 
Menu.AppPricePromotions [StartDate][, EndDate]
 
Description
Opens the Price Promotions application. Optionally, a date range can be specified to filter the promotions shown. Both date parameters must be provided together or both must be omitted.
 
Parameter
Description
StartDate
Optional. Start date of the period to filter promotions.
EndDate
Optional. End date of the period to filter promotions.
See Also
AppPrijsActies (Dutch variant)
Example
 
Sub Main
    Menu.AppPricePromotions StartDate:=#01-01-2026#, EndDate:=#31-12-2026#
End Sub