RetailOrderManager::getInventDim Method [AX 2012]
Get InventDim for the given location/item/variant combination
client server private static InventDim getInventDim(
InventLocationId _inventLocation,
ItemId _itemId,
RetailVariantId _variantId)
Run On
CalledParameters
- _inventLocation
- Type: InventLocationId Extended Data Type
Location of the InventDim
- _itemId
- Type: ItemId Extended Data Type
Item of the InventDim
- _variantId
- Type: RetailVariantId Extended Data Type
Variant representing the Dimension combination for the InventDim
Return Value
Type: InventDim TableInventDim representing the combined properties from location/item/variant
Show: