ProjTaskEstimatesSynchronizer.syncToTaskDeletion Method [AX 2012]

Syncs cost/price estimate lines to a task that will be deleted.

public void syncToTaskDeletion(PSAActivitySetup _taskInfoToBeDeleted, [boolean _skipEACResummarization])

Run On

Server

Parameters

_taskInfoToBeDeleted
Type: PSAActivitySetup Table
Task's PSAActivitySetup table buffer.
_skipEACResummarization
Type: boolean
If true skips updating the EAC of ancestor tasks of the given task.

Call before actually deleting the task.

Community Additions

ADD
Show: