ProjAccountDetailHistoryDP.populateProjectCommittedCostsData Method [AX 2012]

Populates records in the ProjTmpAccountDetailHistory table for all the project committed cost transactions saved to the CostControlTransCommittedCost table.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          protected void populateProjectCommittedCostsData(
            ProjTable _projTable, 
            FromDate _fromDate, 
            ToDate _toDate, 
            Name _dimensionFocusName)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void populateProjectCommittedCostsData(ProjTable _projTable)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void populateProjectCommittedCostsData(ProjTable _projTable)

  Microsoft Dynamics AX 2012 (FPK)
          protected void populateProjectCommittedCostsData(ProjTable _projTable)

Run On

Server

Parameters

_projTable
Type: ProjTable Table
A record of the ProjTable table.
_fromDate
Type: FromDate Extended Data Type
_toDate
Type: ToDate Extended Data Type
_dimensionFocusName
Type: Name Extended Data Type

Community Additions

ADD
Show: