SysAutoRun.execSynchronize Method [AX 2012]

Synchronizes all the Microsoft Dynamics AX table definitions in the Application Object Tree (AOT) with those in the database server.

Syntax

protected boolean execSynchronize(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 execSynchronize method is called when the <Synchronize> tag is used in the configuration file when Microsoft Dynamics AX is started. For more information, see the SysAutoRun class.

Execution of this method is controlled by the SysAutoRun.execCommand method.

Examples

The following example shows how to use the <Synchronize> tag in a configuration file.

<Synchronize />

See Also

SysAutoRun Class

SysAutoRun.execPreSynchronizeDataUpgrade Method

SysAutoRun.execCompileApplication Method