Share via


ReleaseUpdateDB.initDynamicTableDependencies Method [AX 2012]

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

Syntax

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

Run On

Server

Parameters

  • _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.

Remarks

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

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

See Also

Reference

ReleaseUpdateDB Class