Share via


PurchLineType_Purch.update Method [AX 2012]

Updates the purchase line record in the PurchLine table.

Syntax

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.

Remarks

Recalculates the PrepayLimit and PrepayAvailable fields of the PurchPrepayTable table.

See Also

Reference

PurchLineType_Purch Class