Dynamics 365 Business CentralDynamics 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:
companyIdrequiredstring
The id of the company to connect to.
environmentrequiredstring
The environment to connect to. E.g., Production.
The discount amount to apply to the sales order line. If discountPercent is set, this will be ignored.
The discount percent to apply to the sales order line. If this is set, the discountAmount will be ignored.
Required if the item find method is filter. The filter to search by. Accepted values are:
- number
- displayName
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.
Required if the sales order find method is filter. The filter to search by. Accepted values are:
- number
- externalDocumentNumber
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
The id of the sales order to update.
The id of the sales order to update.
The shipment date of the item to add to the sales order line.
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.
If true, will update the sales order line if found. Requires a find method to be set.