Microsoft Dynamics NAV · Arazzo Workflow
Business Central Create a Purchase Order for a Vendor
Version 1.0.0
Resolve a vendor by number, open a purchase order for them, and read its lines.
View Spec
View on GitHub
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavisionArazzoWorkflows
Provider
Workflows
create-purchase-order-for-vendor
Resolve a vendor, create a purchase order for them, and read the order lines.
Finds the vendor by number, creates a purchase order header referencing the resolved vendor id, and lists the new order's lines.
1
findVendor
listVendors
Resolve the vendor by number to obtain the id required to bind the purchase order, returning at most one match.
2
createPurchaseOrder
createPurchaseOrder
Create a purchase order header bound to the resolved vendor id.
3
readOrderLines
listPurchaseOrderLines
Read the line collection of the newly created purchase order to confirm the document is in place.