PurchTableForm_DlvScheduleSyncEnabled.deliveryLinesSync Method [AX 2012]

Synchronizes the delivery lines with the order line after a change on either the order line or a delivery line.

public boolean deliveryLinesSync(PurchLine _purchLine, [boolean _interactive])

Run On

Called

Parameters

_purchLine
Type: PurchLine 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 delivery schedule lines were changed and the form refresh is needed; otherwise, false.

If the _interactive parameter is false a positive answer is assumed for all question that would have been asked if it was in interactive mode.

Community Additions

ADD
Show: