ReleaseUpdateDB.addCrossVersionModuleDependency Method [AX 2012]
Adds cross module, version dependency for an upgrade script.
public void addCrossVersionModuleDependency(
ClassId _firstClassId,
IdentifierName _firstMethodName,
sysReleasedVersion _firstScriptVersion,
ClassId _thenClassId,
IdentifierName _thenMethodName,
sysReleasedVersion _thenScriptVersion)
Run On
ServerParameters
- _firstClassId
- Type: ClassId Extended Data Type
The class ID of the first method that has dependency on another method.
- _firstMethodName
- Type: IdentifierName Extended Data Type
The name of the first method that has dependency on another method.
- _firstScriptVersion
- Type: sysReleasedVersion Enumeration
The version of the first method that has dependency on another method.
- _thenClassId
- Type: ClassId Extended Data Type
The class ID of the second method on which the first method depends.
- _thenMethodName
- Type: IdentifierName Extended Data Type
The name of the second method on which the first method depends.
- _thenScriptVersion
- Type: sysReleasedVersion Enumeration
The version of the second method on which the first method depends.
Community Additions
ADD
Show: