Share via


InventTrackingRegisterUpdate.isRegistrationQuantityValueValid Method [AX 2012]

Validates whether the registered quantity is correct.

Syntax

private boolean isRegistrationQuantityValueValid(InventDim _transactionInventDim, InventQty _registeredQty)

Run On

Server

Parameters

  • _transactionInventDim
    Type: InventDim Table
    A InventDim record specifying the inventory dimension combination to be registered.

Return Value

Type: boolean
true if the registered quantity has a valid value; otherwise, false.

See Also

Reference

InventTrackingRegisterUpdate Class