This documentation is archived and is not being maintained.
ReqDependencyAnalyzer.getSchedule Method [AX 2012]
Computes and returns a schedule that can be used to execute the tasks in a good order.
public List getSchedule()
Run On
Called
Return Value
Type:
List Class
A schedule that contains each task that satisfies the dependencies.
| Exception | Condition |
|
Error
|
The dependency structure contains a cycle.
|
|
Error
|
The dependency structure contains a cycle.
|