SalesQuotationTableForm_Sales.deliveryLinesSync Method [AX 2012]
Synchronizes the delivery lines with the order line after a change on either the order line or the delivery line.
Syntax
public boolean deliveryLinesSync(SalesQuotationLine _salesQuotationLine, [boolean _interactive])
Run On
Called
Parameters
- _salesQuotationLine
Type: SalesQuotationLine Table
The line that was changed.
- _interactive
Type: boolean
A Boolean value that indicates whether the synchronization should be interactive; optional.
Return Value
Type: boolean
true if any lines were changed and the form refresh is needed; otherwise, false.
Remarks
If the _interactive parameter is false, the positive answer is assumed for all question that would have been asked if it was an interactive mode.