PurchTableForm_DlvScheduleSyncEnabled.refreshDeliverySchedule Method [AX 2012]

Refreshes the delivery schedule lines when an order or delivery line was modified.

public void refreshDeliverySchedule(
    PurchLine _purchLine, 
    boolean _resetPriceOnOrderLine, 
   [boolean _interactive])

Run On

Called

Parameters

_purchLine
Type: PurchLine Table
The changed purchase order line.
_resetPriceOnOrderLine
Type: boolean
A Boolean value that indicates whether to recalculate the price on the order line.
_interactive
Type: boolean
A Boolean value that indicates whether the synchronization should be interactive; optional.

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

Community Additions

ADD
Show: