Share via


InventTrackingRegisterUpdate.isRegistrationBlank Method [AX 2012]

Validates whether the specified tracking inventory dimension combination and quantity contain all blank values.

Syntax

private boolean isRegistrationBlank(InventDim _trackingInventDim)

Run On

Server

Parameters

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

Return Value

Type: boolean
true if the inventory dimension combination contain all blank values; otherwise, false.

See Also

Reference

InventTrackingRegisterUpdate Class