Share via


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

  • _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.

See Also

Reference

SalesQuotationTableForm_Sales Class