ProjWBSUpdateController.hasLagError Method [AX 2012]

Determines if there is a lag error which is the gap between the last end date among all predecessors and start date of the given task.

public boolean hasLagError(PSAActivitySetup _psaActivitySetup)

Run On

Called

Parameters

_psaActivitySetup
Type: PSAActivitySetup Table
_psaActivitySetup identifies the task under consideration.

Return Value

Type: boolean
true if there is a lag error, otherwise false.

Community Additions

ADD
Show: