SysAutoRun.execPreSynchronizeDataUpgrade Method [AX 2012]

Performs synchronization before a data upgrade.

Syntax

protected boolean execPreSynchronizeDataUpgrade(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 execPreSynchronizeDataUpgrade method is called when the <PreSynchronizeDataUpgrade> 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.

See Also

SysAutoRun Class

SysAutoRun.execPostSynchronizeDataUpgrade Method