ProjTaskEstimatesSynchronizer.syncToTask Method [AX 2012]

Syncs cost/price estimate lines to an existing or new task.

public void syncToTask(
    PSAActivitySetup _taskInfo, 
    ProjActivity _projectActivity, 
    boolean _hasSubTasks, 
   [boolean _skipEACResummarization])

Run On

Server

Parameters

_taskInfo
Type: PSAActivitySetup Table
Task's PSAActivitySetup table buffer.
_projectActivity
Type: ProjActivity Table
Task's ProjActivity table buffer.
_hasSubTasks
Type: boolean
If true indicates given task has sub-tasks.
_skipEACResummarization
Type: boolean
If true skips updating the EAC of ancestor tasks of the given task.

Call after setting values to PSAActivitySetup, but before actually updating the task, if it was modified, or inserting the task, if it's new.

Community Additions

ADD
Show: