PurchLineType_Purch.update Method [AX 2012]

Updates the purchase line record in the PurchLine table.

public void update(
   [boolean _dropInvent, 
    boolean _forceInterCompanyMirror, 
    boolean _updateOrderLineOfDeliverySchedule])

Run On

Called

Parameters

_dropInvent
Type: boolean
A Boolean value that indicates whether the inventory movement that is associated with the line must be updated; optional.
_forceInterCompanyMirror
Type: boolean
A Boolean value that indicates whether the line must be InterCompany-mirrored; optional.
_updateOrderLineOfDeliverySchedule
Type: boolean
A Boolean value that indicates whether to update the order line after the corresponding delivery line is updated; optional.

Recalculates the PrepayLimit and PrepayAvailable fields of the PurchPrepayTable table.

Community Additions

ADD
Show: