Share via


PurchLineType_WithMultipleDeliveries.setPurchStatus Method [AX 2012]

Sets the PurchStatus field to the minimum PurchStatus field of every delivery line.

Syntax

public void setPurchStatus(
    PurchLine _purchLine, 
   [InventTransIdSum _inventTransIdSum, 
    boolean _updateHeader])

Run On

Called

Parameters

  • _inventTransIdSum
    Type: InventTransIdSum Class
    Ignored parameter, which is used by other PurchLineType subclasses for lines that have associated inventory movements; optional.
  • _updateHeader
    Type: boolean
    Specifies whether order header status should be updated in effect of line status change.

See Also

Reference

PurchLineType_WithMultipleDeliveries Class