InventCostTransVariance.addCostAmount Method
Adds a costAmount to the costAmount field of the current record.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public void addCostAmount(CostAmount _costAmount, [CostAmount _costAmountSecCur])
Microsoft Dynamics AX 2012 R2 (SYS)
public void addCostAmount(CostAmount _costAmount, [CostAmount _costAmountSecCur])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void addCostAmount(CostAmount _costAmount)
Microsoft Dynamics AX 2012 (FPK)
public void addCostAmount(CostAmount _costAmount)
Microsoft Dynamics AX 2012 (SYS)
public void addCostAmount(CostAmount _costAmount)
Run On
Called
Parameters
- _costAmount
Type: CostAmount Extended Data Type
The costAmount that has to be added.
- _costAmountSecCur
Type: CostAmount Extended Data Type
Remarks
Adds a costAmount to the costAmount field of the current record.