SysAutoRun.execBulkCopyDataUpgrade Method [AX 2012]

Performs synchronization after a data upgrade.

Syntax

protected boolean execBulkCopyDataUpgrade(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

When Microsoft Dynamics AX is started, the execPostSynchronizeDataUpgrade method is called when the <PostSynchronizeDataUpgrade> tag is used in the configuration file. For more information, see the SysAutoRun class.

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

See Also

Reference

SysAutoRun Class