Dynamics 365 Business Central / Create or Update Sales Order Line
appKey:
dynamics365-business-central
actionKey:
create-or-update-sales-order-line
Action Inputs
The following parameters are available when configuring this action:
The id of the company to connect to.
The environment to connect to. E.g.,
Production
.discountAmountstring
The discount amount to apply to the sales order line. If
discountPercent
is set, this will be ignored.discountPercentstring
The discount percent to apply to the sales order line. If this is set, the
discountAmount
will be ignored.itemFilterstring
Required if the item find method is
filter
. The filter to search by. Accepted values are: - number
- displayName
itemFilterValuestring
Required if the
itemFindMethod
is filter
. The filter value to search by.itemFindMethod"filter" | "select"
The method to use to find the item. Accepted values are:
filter | select
itemIdstring
The id of the item to update.
quantitystring
The quantity of the item to add to the sales order line.
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.
salesOrderLineIdstring
The id of the sales order to update.
shipmentDatestring
The shipment date of the item to add to the sales order line.
shipQuantitystring
The quantity to ship of the item to add to the sales order line.
taxCodestring
The tax code of the item to add to the sales order line.
unitPricestring
The unit price of the item to add to the sales order line.
updateExistingSalesOrderLineboolean
If true, will update the sales order line if found. Requires a find method to be set.