TradeNonStockedValidator.qtyPost Method [AX 2012]

Gets the total quantity that has been posted for the line, inclusive of the current quantity that is being posted.

Syntax

protected UnitQty qtyPost(
    InventQty _physicalNow, 
    boolean _isPhysicalUpdate, 
    boolean _isQuantityUpdated, 
   [boolean _isFinancialUpdate])

Run On

Called

Parameters

  • _isPhysicalUpdate
    Type: boolean
    A Boolean value that indicates whether the update is a physical update.
  • _isQuantityUpdated
    Type: boolean
    A Boolean value that indicates whether the update has already been performed on the line.
  • _isFinancialUpdate
    Type: boolean
    A Boolean value that indicates whether the update is a financial update.

Return Value

Type: UnitQty Extended Data Type
A UnitQty value.

See Also

Reference

TradeNonStockedValidator Class