Microsoft Dynamics NAV · Arazzo Workflow
Business Central Create a Purchase Invoice for a Vendor
Version 1.0.0
Resolve a vendor by number, draft a purchase invoice, and confirm it landed.
View Spec
View on GitHub
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavisionArazzoWorkflows
Provider
Workflows
create-purchase-invoice-for-vendor
Resolve a vendor, create a purchase invoice, and confirm it via list filter.
Finds the vendor by number, creates a draft purchase invoice referencing the resolved vendor id, and lists purchase invoices filtered to the new invoice number to confirm it persisted.
1
findVendor
listVendors
Resolve the vendor by number to obtain the id required to bind the purchase invoice, returning at most one match.
2
createPurchaseInvoice
createPurchaseInvoice
Create a draft purchase invoice bound to the resolved vendor id.
3
confirmInvoice
listPurchaseInvoices
List purchase invoices filtered to the newly created invoice number to confirm the draft persisted.