ProjWBSUpdateController.updateDependencies Method [AX 2012]

Sets the list of predecessors of the given successor task.

public boolean updateDependencies(List _predecessors, smmActivityNumber _successor)

Run On

Called

Parameters

_predecessors
Type: List Class
List of predecessor.
_successor
Type: smmActivityNumber Extended Data Type
Activity number of successor task.

Return Value

Type: boolean
true if successful; false otherwise.

A failure to set predecessors would happen if, for instance, these predecessors would cause a depency loop when combined with existing dependencies.

Community Additions

ADD
Show: