PriceDiscSalesTmpPrintoutHelper::getInventDimTableValues Method [AX 2012]

Gets all known values of a product dimension field of a given item.

client server public static Map getInventDimTableValues(FieldId _fieldId, ItemId _itemId)

Run On

Called

Parameters

_fieldId
Type: FieldId Extended Data Type
The ID of the product dimension field for which to obtain all possible values.
_itemId
Type: ItemId Extended Data Type
The ID of the item of which contains the product dimension field.

Return Value

Type: Map Class
All known values of the product dimension field of the given item.
Show: