ReleaseUpdateDB.initJobsUsingUpgradeAttributes Method [AX 2012]

Creates upgrade jobs and sets up their dependencies based on the attributes of every upgrade script method in a class.

Syntax

public void initJobsUsingUpgradeAttributes(ClassId _classId, sysReleasedVersion _classVersion)

Run On

Server

Parameters

Remarks

The initDynamicTableDependencies method is called at the end of the method to set dependencies of some special scripts that cannot be set using the attributes.

See Also

Reference

ReleaseUpdateDB Class