Dynamics 365 Business Central / Create or Update Sales Order
appKey:
dynamics365-business-central
actionKey:
create-or-update-sales-order
Action Inputs
The following parameters are available when configuring this action:
The id of the company to connect to.
The method to use to find the customer. Accepted values are:
filter | select
The environment to connect to. E.g.,
Production
.currencyCodestring
The currency code of the order.
customerFilterstring
Required if the customer find method is
filter
. The filter to search by. Accepted values are: - number
- phoneNumber
- searchName
customerFilterValuestring
Required if the
customerFindMethod
is filter
. The filter value to search by.customerIdstring
The id of the customer to update.
emailstring
An email to associate with the sales order.
externalDocumentNumberstring
The external document number.
fullyShippedboolean
Whether the order is fully shipped.
orderDatestring
The date the order was placed.
partialShippingboolean
Whether partial shipping is allowed.
paymentTermsIdstring
The id of the payment terms.
phoneNumberstring
A phone number to associate with the sales order.
postingDatestring
The date the order was posted.
pricesIncludeTaxboolean
Whether the prices include tax.
requestedDeliveryDatestring
The requested delivery date.
salesOrderFilterstring
Required if the sales order find method is
filter
. The filter to search by. Accepted values are: - number
- externalDocumentNumber
salesOrderFilterValuestring
Required if the
salesOrderFindMethod
is filter
. The filter value to search by.salesOrderFindMethod"filter" | "select"
The method to use to find the sales order. Accepted values are:
filter | select
salesOrderIdstring
The id of the sales order to update.
salesOrderLinesstring | array
shipmentMethodIdstring
The id of the shipment method.
shortcutDimension1Codestring
The shortcut dimension 1 code of the order.
shortcutDimension2Codestring
The shortcut dimension 1 code of the order.
updateExistingSalesOrderboolean
If true, will update the sales order if found. Requires a find method to be set.