Share via


RetailTransactionService::record2XmlNode Method [AX 2012]

Converts a table record to an XmlElement.

Syntax

client server public static XmlElement record2XmlNode(
    Common _common, 
    XmlDocument _xml, 
   [Set _includeFields])

Run On

Called

Parameters

  • _includeFields
    Type: Set Class
    A Set containing fields to include. Leave null to include all fields.

Return Value

Type: XmlElement Class
The XmlElement representing the record.

Remarks

This is a generic function which can be modified to handle more scenarios.

See Also

Reference

RetailTransactionService Class