Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds cross module, version dependency for an upgrade script.
Syntax
public void addCrossVersionModuleDependency(
ClassId _firstClassId,
IdentifierName _firstMethodName,
sysReleasedVersion _firstScriptVersion,
ClassId _thenClassId,
IdentifierName _thenMethodName,
sysReleasedVersion _thenScriptVersion)
Run On
Server
Parameters
- _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.