PriceDiscSalesTmpPrintoutHelper::getInventDimCombValues Method [AX 2012]

Gets a map of combination values applicable to a given item.

client server public static Map getInventDimCombValues(Map _dimMap, ItemId _itemId)

Run On

Called

Parameters

_dimMap
Type: Map Class
Dimensions map for which to create the combination values.
_itemId
Type: ItemId Extended Data Type
The item ID for which the map of combinations is built.

Return Value

Type: Map Class
A map of combination values applicable to the item.
Show: