Menu Object
 
Syntax
 
Menu.AppPurchaseManagement [SupplierCode][, SearchText][, WarehouseCode][, ShowBackorders][, ShowToInvoice][, ShowCompleted][, AutoStart]
 
Description
Opens the Purchase 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
SupplierCode
Optional. Code of the supplier to filter purchase orders.
SearchText
Optional. Pre-fills the search field with the given text.
WarehouseCode
Optional. Code of the warehouse to filter purchase 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.
ShowCompleted
Optional. When True, completed orders are included in the view. Default value False.
AutoStart
Optional. When True, the management view starts processing immediately. Default value False.
See Also
AppOrderBeheerInkoop (Dutch variant)
Example
 
Sub Main
    Menu.AppPurchaseManagement SupplierCode:="990125", ShowBackorders:=True
End Sub