ProjControlActual.insertTmp Method [AX 2012]

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          private void insertTmp(
            ProjTrans _projTrans, 
            RecId _recId, 
            ProjControlActualCostType _type, 
            ProjControlActualRange _range, 
            ProjControlId _controlId, 
            str _id, 
            ProjCostType _costType, 
            ProjWorkerRecId _workerRecId, 
           [AmountMST _costAmount, 
            AmountMST _transCostAmount, 
            Qty _qty])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void insertTmp(
            ProjTrans _projTrans, 
            RecId _recId, 
            ProjControlActualCostType _type, 
            ProjControlActualRange _range, 
            ProjControlId _controlId, 
            str _id, 
            ProjCostType _costType, 
            ProjWorkerRecId _workerRecId, 
           [AmountMST _costAmount])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void insertTmp(
            ProjTrans _projTrans, 
            RecId _recId, 
            ProjControlActualCostType _type, 
            ProjControlActualRange _range, 
            ProjControlId _controlId, 
            str _id, 
            ProjCostType _costType, 
            ProjWorkerRecId _workerRecId, 
           [AmountMST _costAmount])

  Microsoft Dynamics AX 2012 (FPK)
          private void insertTmp(
            ProjTrans _projTrans, 
            RecId _recId, 
            ProjControlActualCostType _type, 
            ProjControlActualRange _range, 
            ProjControlId _controlId, 
            str _id, 
            ProjCostType _costType, 
            ProjWorkerRecId _workerRecId, 
           [AmountMST _costAmount])

  Microsoft Dynamics AX 2012 (SYS)
          private void insertTmp(
            ProjTrans _projTrans, 
            RecId _recId, 
            ProjControlActualCostType _type, 
            ProjControlActualRange _range, 
            ProjControlId _controlId, 
            str _id, 
            ProjCostType _costType, 
            ProjWorkerRecId _workerRecId, 
           [AmountMST _costAmount])

Run On

Server

Community Additions

ADD
Show: