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.
| ||||||||||||||||
See Also
| AppOrderBeheerVerkoop (Dutch variant)
| ||||||||||||||||
Example
| Sub Main
Menu.AppSalesManagement CustomerCode:="880355", ShowToInvoice:=True
End Sub
|