Dynamics 365 Business Central
Action: Create or Update Sales Order Line
appKey:
dynamics365BusinessCentral
actionKey:
createOrUpdateSalesOrderLine
Action Inputs
The following parameters are available when configuring this action:
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
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.salesOrderFindMethodstring
The method to use to find the sales order. Accepted values are:
filter | select
updateExistingSalesOrderLineboolean
If true, will update the sales order line if found. Requires a find method to be set.