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
- _classId
Type: ClassId Extended Data Type
The ID of the input class where all upgrade methods will be scanned.
- _classVersion
Type: sysReleasedVersion Enumeration
The version of the upgrade scripts.
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.