ReleaseUpdateDB.addCrossModuleDependency Method [AX 2012]
Adds cross module, version dependency for an upgrade script.
public void addCrossModuleDependency(
ClassId _firstClassId,
IdentifierName _firstMethodName,
ClassId _thenClassId,
IdentifierName _thenMethodName)
Run On
ServerParameters
- _firstClassId
- Type: ClassId Extended Data Type
The class ID of the first method that has a dependency on another method.
- _firstMethodName
- Type: IdentifierName Extended Data Type
The name 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.
Community Additions
ADD
Show: