ReleaseUpdateDB.addDependency Method [AX 2012]
Adds a dependency of a method on another method in the same class.
Syntax
public void addDependency(IdentifierName _firstMethodName, IdentifierName _thenMethodName)
Run On
Server
Parameters
- _firstMethodName
Type: IdentifierName Extended Data Type
The name of the first method that has dependency on another method.
- _thenMethodName
Type: IdentifierName Extended Data Type
The name of the second method on which the first method depends.