InventTransAdjustDataMap::key2String Method [AX 2012]
Builds a string key value for an itemId and inventItemPriceRecId types.
Syntax
client server public static str key2String(ItemId _itemId, RecId _itemPriceRecId)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The itemId type that is part of the key.
- _itemPriceRecId
Type: RecId Extended Data Type
The inventItemPriceRecId type that is part of the key.
Return Value
Type: str
A combined key as a string value.