ProjControlActual.insertTmp Method [AX 2012]
Note |
|---|
|
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
ServerParameters
- _projTrans
- Type: ProjTrans Class
- _recId
- Type: RecId Extended Data Type
- _type
- Type: ProjControlActualCostType Enumeration
- _range
- Type: ProjControlActualRange Enumeration
- _controlId
- Type: ProjControlId Extended Data Type
- _id
- Type: str
- _costType
- Type: ProjCostType Enumeration
- _workerRecId
- Type: ProjWorkerRecId Extended Data Type
- _costAmount
- Type: AmountMST Extended Data Type
- _transCostAmount
- Type: AmountMST Extended Data Type
- _qty
- Type: Qty Extended Data Type
Community Additions
ADD
Show:
Note