Share via


InventTrackingRegisterUpdate.retrieveTrackingInventDim Method [AX 2012]

Retrieves an InventDim record containing only tracking dimension values.

Syntax

private InventDim retrieveTrackingInventDim(InventDim _transactionInventDim)

Run On

Server

Parameters

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

Return Value

Type: InventDim Table
The InventDim record containing only tracking dimension values.

Remarks

The returned InventDim record has been either found or created in the database.

See Also

Reference

InventTrackingRegisterUpdate Class