Share via


InventTrackingRegisterUpdate.validateRegistration Method [AX 2012]

Validates that registration of the specified inventory dimension combination and quantity is correct.

Syntax

public boolean validateRegistration(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 registration is valid; otherwise, false.

Exceptions

Exception Condition
Error

The registration was invalid because an unsupported setup of tracking dimensions was used.

See Also

Reference

InventTrackingRegisterUpdate Class