RetailTransactionServiceInventory::getInventDimValues Method [AX 2012]

Populates the XML element with the InventDim properties for the specified item.

Syntax

client server public static void getInventDimValues(
    ItemId itemId, 
    InventDim inventDim, 
    XmlElement xmlRecord, 
   [LanguageId _languageId])

Run On

Called

Parameters

Remarks

This method populates an XML element with the InventDim properties for the specified item.

See Also

Reference

RetailTransactionServiceInventory Class