ReleaseUpdateCockpit.scheduleBatchDependency Method [AX 2012]

Sets a dependency between two tasks.

protected void scheduleBatchDependency(RefRecId _task, RefRecId _dependsOnTask)

Run On

Server

Parameters

_task
Type: RefRecId Extended Data Type
The batch record ID of the upgrade task.
_dependsOnTask
Type: RefRecId Extended Data Type
The batch record ID of the other task that the upgrade task depends on.

Eventually, all upgrade dependencies are inserted into the BatchConstraints table. The batch will look up at this table when scheduling jobs.

The batch is not aware of information that is stored in the ReleaseUpdate tables.

Community Additions

ADD
Show: