Share via


PBAEnterprisePortalMain.appendXMLVariablesToGroup Method [AX 2012]

Builds an XML string with information about the modeling variables.

Syntax

private void appendXMLVariablesToGroup(XmlTextWriter _xmlTextWriter, container _varContainer)

Run On

Server

Parameters

  • _varContainer
    Type: container
    The variable container.

Remarks

The information about modeling variables includes; name, group, datatype, default value, assigned value, field properties (hide/show/edit/mandatory), priority, an array index if the variable is part of an array, the display text, the help text, and whether the Types enumeration value set to Enum or Table.

See Also

Reference

PBAEnterprisePortalMain Class