InventCostIndirectFinancial.addToUpdateAmount Method [AX 2012]
Adds an amount to the updateAmountMap object.
Syntax
protected CostAmount addToUpdateAmount(RecId _indirectTransRecId, CostAmount _costAmount)
Run On
Called
Parameters
- _indirectTransRecId
Type: RecId Extended Data Type
The record ID of the indirect transaction that should be updated.
- _costAmount
Type: CostAmount Extended Data Type
The amount of the indirect transaction that should be updated.
Return Value
Type: CostAmount Extended Data Type
The amount specified in the _costAmount parameter.