Menu Object
 
Syntax
 
Menu.AppSalesManagement [CustomerCode][, SearchText][, WarehouseCode][, ShowBackorders][, ShowToInvoice][, ShowToProcess][, AutoStart]
 
Description
Opens the Sales Order Management application. Optionally, filters can be set to narrow down the orders shown, and the application can be set to start processing immediately.
 
Parameter
Description
CustomerCode
Optional. Code of the customer to filter sales orders.
SearchText
Optional. Pre-fills the search field with the given text.
WarehouseCode
Optional. Code of the warehouse to filter sales orders.
ShowBackorders
Optional. When True, only backorders are shown. Default value False.
ShowToInvoice
Optional. When True, only orders ready for invoicing are shown. Default value False.
ShowToProcess
Optional. When True, only orders that require processing are shown. Default value False.
AutoStart
Optional. When True, the management view starts processing immediately. Default value False.
See Also
AppOrderBeheerVerkoop (Dutch variant)
Example
 
Sub Main
    Menu.AppSalesManagement CustomerCode:="880355", ShowToInvoice:=True
End Sub