ReleaseUpdateDB60_Administration.initDynamicTableDependencies Method [AX 2012]
Creates table dependencies for scripts whose dependencies cannot set by using upgrade attributes.
These dependencies can only be determined at runtime during upgrade.
Syntax
public void initDynamicTableDependencies(
ClassId _classId,
str _methodName,
int _scriptID)
Run On
Server
Parameters
- _classId
Type: ClassId Extended Data Type
Upgrade script class id.
- _methodName
Type: str
Upgrade script method name.
- _scriptID
Type: int
Script id which is generated and stored in the ReleaseUpdateScripts table.
Remarks
This method is called at the end of initJobsUsingUpgradeAttributes.