RetailTransactionService::updateInventDimValues Method [AX 2012]
Updates the inventory dimension values from the xml document.
client server public static void updateInventDimValues(InventDim inventDim, XmlElement xmlRecord)
Run On
CalledParameters
- inventDim
- Type: InventDim Table
Instance of InventDim table.
- xmlRecord
- Type: XmlElement Class
Xml element storing the dimension values.
Show: