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
ServerParameters
- _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.
Community Additions
ADD
Show: