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.
| ||||||||||||||||
See Also
| AppOrderBeheerInkoop (Dutch variant)
| ||||||||||||||||
Example
| Sub Main
Menu.AppPurchaseManagement SupplierCode:="990125", ShowBackorders:=True
End Sub
|