Share via


InventCleanupTrackingInventSumService.lookupNonTrackingInventDimId Method [AX 2012]

Looks up the the inventory dimension ID associated with an InventDim record matching the specified parameter, but where no tracking dimension values are specified.

Syntax

protected InventDimId lookupNonTrackingInventDimId(InventDim _trackingInventDim)

Run On

Server

Parameters

  • _trackingInventDim
    Type: InventDim Table
    The InventDim record containing tracking dimension values.

Return Value

Type: InventDimId Extended Data Type
An inventory dimension ID associated with an InventDim record without tracking dimension values.

See Also

Reference

InventCleanupTrackingInventSumService Class