PBAEnterprisePortalMain.appendXMLVariablesToGroup Method [AX 2012]
Builds an XML string with information about the modeling variables.
private void appendXMLVariablesToGroup(XmlTextWriter _xmlTextWriter, container _varContainer)
Run On
ServerParameters
- _xmlTextWriter
- Type: XmlTextWriter Class
The XML text of the writer.
- _varContainer
- Type: container
The variable container.
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.
Community Additions
ADD
Show: