TradeNonStockedValidator.checkNotUnderDelivery Method [AX 2012]

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

Syntax

public boolean checkNotUnderDelivery(
    InventQty _physicalNow, 
    InventQty _remainPhysicalNow, 
    boolean _isPhysicalUpdate, 
    boolean _isQuantityUpdated)

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 done on the line.

Return Value

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

See Also

Reference

TradeNonStockedValidator Class