ReleaseUpdateCockpit.addDependencyByScriptId Method [AX 2012]
Adds a script dependency that is based on the specified script IDs.
Syntax
public void addDependencyByScriptId(
int _first,
int _then,
[boolean _isScriptToTable])
Run On
Server
Parameters
- _first
Type: int
The ID of the First script.
- _then
Type: int
The ID of the Then script that the First script depends on.
- _isScriptToTable
Type: boolean
A Boolean value that indicates whether the dependency is on a table.