Share via


AppConfigFrameworkService.getCreateInfoErrors Method [AX 2012]

Gets the Infolog errors not surfaced to AppConfig loader when calling GDS.

Syntax

public str getCreateInfoErrors(str _xmlInput, str _tableName)

Run On

Server

Parameters

  • _xmlInput
    Type: str
    The XML document.
  • _tableName
    Type: str
    The table name.

Return Value

Type: str
The Infolog messages.

See Also

Reference

AppConfigFrameworkService Class