TradeNonStockedValidator.checkNotOverDelivery Method [AX 2012]

Indicates whether the quantity that is being physically updated results in over-delivery.

Syntax

public boolean checkNotOverDelivery(
    UnitQty _physicalNow, 
    boolean _isPhysicalUpdate, 
    boolean _isFinancialUpdate, 
    boolean _isQuantityUpdated)

Run On

Called

Parameters

  • _isPhysicalUpdate
    Type: boolean
    A Boolean value that indicates whether the update is a physical update, that is, a packing slip update.
  • _isFinancialUpdate
    Type: boolean
    A Boolean value that indicates whether the update is a financial update.
  • _isQuantityUpdated
    Type: boolean
    A Boolean value that indicates whether the update has already been posted for the line.

Return Value

Type: boolean
true if the quantity that is being updated exceeds the defined over delivery constraints; otherwise, false.

See Also

Reference

TradeNonStockedValidator Class