RetailTransactionServiceInventory::getInventDimValues Method [AX 2012]
Populates the XML element with the InventDim properties for the specified item.
client server public static void getInventDimValues(
ItemId itemId,
InventDim inventDim,
XmlElement xmlRecord,
[LanguageId _languageId])
Run On
CalledParameters
- itemId
- Type: ItemId Extended Data Type
An item ID.
- inventDim
- Type: InventDim Table
An inventory dimension.
- xmlRecord
- Type: XmlElement Class
The XML element to be populated.
- _languageId
- Type: LanguageId Extended Data Type
Show: