SysAutoRun.execReportDeploymentSettings Method [AX 2012]

Sets the report deployment settings.

Syntax

protected boolean execReportDeploymentSettings(XmlNode _command)

Run On

Client

Parameters

  • _command
    Type: XmlNode Class
    The XML node to get the value from.

Return Value

Type: boolean
true if the execution is successful; otherwise, false.

Remarks

The execReportDeploymentSettings method is called if the <execReportDeploymentSettings> tag is used in the configuration file when Microsoft Dynamics AX is started. For more information, see the SysAutoRun class. The execution of this method is controlled by the execCommand method.

See Also

Reference

SysAutoRun Class