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
CalledParameters
- _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: booleantrue if any delivery schedule lines were changed and the form refresh is needed; otherwise, false.
Community Additions
ADD
Show: