Microsoft Dynamics NAV · Arazzo Workflow
Business Central Create a Sales Invoice for a Customer
Version 1.0.0
Resolve a customer by number, draft a sales invoice, and verify it by id.
View Spec
View on GitHub
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavisionArazzoWorkflows
Provider
Workflows
create-sales-invoice-for-customer
Resolve a customer, create a sales invoice, and confirm it via list filter.
Finds the customer by number, creates a draft sales invoice referencing the resolved customer id, and lists sales invoices filtered to the new invoice number to confirm it persisted.
1
findCustomer
listCustomers
Resolve the customer by number to obtain the id required to bind the sales invoice, returning at most one match.
2
createSalesInvoice
createSalesInvoice
Create a draft sales invoice bound to the resolved customer id.
3
confirmInvoice
listSalesInvoices
List sales invoices filtered to the newly created invoice number to confirm the draft persisted.