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