ProjWBSUpdateController.updateSummariesInDatabase Method [AX 2012]
private void updateSummariesInDatabase(
ProjWBSTreeNode _firstAncestorNode,
List _ancestorStartDates,
List _ancestorEndDates,
List _ancestorEfforts,
List _ancestorCostsAtComplete,
List _ancestorEffortsAtComplete,
boolean _shouldUpdateEffort,
boolean _shouldUpdateCostAtComplete,
boolean _shouldUpdateEffortAtComplete,
boolean _shouldUpdateStartDate,
boolean _shouldUpdateEndDate)
Run On
CalledParameters
- _firstAncestorNode
- Type: ProjWBSTreeNode Class
- _ancestorStartDates
- Type: List Class
- _ancestorEndDates
- Type: List Class
- _ancestorEfforts
- Type: List Class
- _ancestorCostsAtComplete
- Type: List Class
- _ancestorEffortsAtComplete
- Type: List Class
- _shouldUpdateEffort
- Type: boolean
- _shouldUpdateCostAtComplete
- Type: boolean
- _shouldUpdateEffortAtComplete
- Type: boolean
- _shouldUpdateStartDate
- Type: boolean
- _shouldUpdateEndDate
- Type: boolean
Community Additions
ADD
Show: