ProjWBSUpdateController.initEACFromPlannedInMemory Method [AX 2012]

Resets, in-memory (i.e. no writes to the database), all task Estimate at complete values (e.g. Cost at complete) to match its planned counterpart in the task (e.g. Total planned cost).

public List initEACFromPlannedInMemory([smmActivityNumber _activityNumber])

Run On

Called

Parameters

_activityNumber
Type: smmActivityNumber Extended Data Type
Optional activity number of the parent activity of the activities that will be initialized. If blank, the whole WBS is initialized.

Return Value

Type: List Class
The list of in-memory nodes that had their EACs initialized to planned values.

Estimate at complete amounts are usually shown in project tasks tracking views (e.g. Cost tracking view).

The activity identified by _activityNumber itself won't be initiliazed.

Community Additions

ADD
Show: