ReleaseUpdateDB.initDynamicTableDependencies Method [AX 2012]

Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes.

public void initDynamicTableDependencies(
    ClassId _classId, 
    str _methodName, 
    int _scriptID)

Run On

Server

Parameters

_classId
Type: ClassId Extended Data Type
The class ID of the upgrade script.
_methodName
Type: str
The method name of the upgrade script.
_scriptID
Type: int
The ID of the script, which is generated and stored in the ReleaseUpdateScripts table.

This method is called at the end of the initJobsUsingUpgradeAttributes method.

The dependencies can only be determined at run time, during upgrade.

Community Additions

ADD
Show: