Share via


RetailOrderManager::getInventDim Method [AX 2012]

Get InventDim for the given location/item/variant combination

Syntax

client server private static InventDim getInventDim(
    InventLocationId _inventLocation, 
    ItemId _itemId, 
    RetailVariantId _variantId)

Run On

Called

Parameters

Return Value

Type: InventDim Table
InventDim representing the combined properties from location/item/variant

Remarks

Look up, or generate the InventDim record representing the location + item + variant.

See Also

Reference

RetailOrderManager Class