Share via


PurchLine.update Method

Updates the PurchLine record.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void update(
           [boolean dropInvent, 
            boolean updateOrderLineOfDeliverySchedule, 
            boolean updatePurchTableDropShipStatus])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void update([boolean dropInvent, boolean updateOrderLineOfDeliverySchedule])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void update([boolean dropInvent, boolean updateOrderLineOfDeliverySchedule])

  Microsoft Dynamics AX 2012 (FPK)
          public void update([boolean dropInvent, boolean updateOrderLineOfDeliverySchedule])

  Microsoft Dynamics AX 2012 (SYS)
          public void update([boolean dropInvent, boolean updateOrderLineOfDeliverySchedule])

Run On

Server

Parameters

  • dropInvent
    Type: boolean
    A Boolean value that indicates whether the inventory movement that is associated with the line must be updated; optional; false by default.
  • updateOrderLineOfDeliverySchedule
    Type: boolean
    A Boolean value that indicates whether to update the order line after updating its delivery line; optional; true by default.
  • updatePurchTableDropShipStatus
    Type: boolean
    A Boolean value that indicates whether the drop shipment status should be updated for all lines on the purchase order; optional; true by default.

See Also

Reference

PurchLine Table