This documentation is archived and is not being maintained.
xRecord.xml Method [AX 2012]
Retrieves an XML string that represents the current object.
public str xml([int indent])
Run On
Called
Parameters
-
indent
- Type: int
An integer that indicates the number of spaces to use for indentation in the XML string.
Return Value
Type:
str
An XML string that represents the current object.
This method can be overridden to return values that are meaningful for that type.