InventTrackingDimExport::exportInventDimAsXML Method [AX 2012]
Writes the filled values in a record of InventDim table as attributes for an XML document element.
Syntax
client server public static void exportInventDimAsXML(XmlWriter _xmlWriter, InventDim _inventDim)
Run On
Called
Parameters
- _xmlWriter
Type: XmlWriter Class
The XmlWriter for the XML document.
- _inventDim
Type: InventDim Table
The record of the InventDim table to write to the document.