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
ServerParameters
- _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.
Community Additions
ADD
Show: