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.
public void initDynamicTableDependencies(
ClassId _classId,
str _methodName,
int _scriptID)
Run On
ServerParameters
- _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.
Community Additions
ADD
Show: