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
CalledParameters
- _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.
Community Additions
ADD
Show: