Share via


InventTrackingRegisterUpdate.canRegisterTrackingDimension Method [AX 2012]

Validates whether the specified inventory dimension combination and quantity can be registered.

Syntax

public boolean canRegisterTrackingDimension(InventDim _trackingInventDim, InventQty _registeredQty)

Run On

Server

Parameters

  • _trackingInventDim
    Type: InventDim Table
    A InventDim record specifying the tracking inventory dimension combination.

Return Value

Type: boolean
true if registration can be made; otherwise, false.

Remarks

The method is called by the registerTrackingDimension method. If this method returns false, then no registration will be made and not error will be reported.

See Also

Reference

InventTrackingRegisterUpdate Class