SysAutoRun.execCommand Method [AX 2012]

Invokes other command methods in the SysAutoRun class.

Syntax

protected boolean execCommand(XmlNode _command)

Run On

Client

Parameters

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

Return Value

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

Remarks

The names of the other command methods in the SysAutoRun class are prefixed with exec, such as execChecklist. For an overview of these methods, see the SysAutoRun class.

See Also

Reference

SysAutoRun Class