ProjTaskEstimatesSynchronizer.syncToTaskHierarchy Method [AX 2012]
Synchronizes all hour estimates with their corresponding tasks for the given project tasks hierarchy.
public void syncToTaskHierarchy([boolean _skipEACResummarization, boolean _shouldFailOnBlankCategory])
Run On
ServerParameters
- _skipEACResummarization
- Type: boolean
If true skips updating the EAC of ancestor tasks of the given task.
- _shouldFailOnBlankCategory
- Type: boolean
If true throws an exception when a leaf task (i.e. that has no sub-tasks), doesn't have a category and a default category is not available as well.
Community Additions
ADD
Show: