ProjWBSUpdateController::resummarizeWBS Method [AX 2012]

Re-summarizes the entire WBS.

server public static void resummarizeWBS(
    HierarchyIdBase _hierarchyId, 
    CalendarId _calendarId, 
   [boolean _shouldReInitializeEACFromPlanned])

Run On

Server

Parameters

_hierarchyId
Type: HierarchyIdBase Extended Data Type
Hierarchy id of the WBS hierarchy.
_calendarId
Type: CalendarId Extended Data Type
Calendar id of associated to the WBS (e.g. project/project quotation calendar).
_shouldReInitializeEACFromPlanned
Type: boolean
if true also re-initializes all EAC (e.g. Effort at complete and Cost at complete).

Utilizes in-memory tree to perform re-summarization.

Show: