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

  • _inventDim
    Type: InventDim Table
    The record of the InventDim table to write to the document.

See Also

Reference

InventTrackingDimExport Class