InventCostIndirectFinancial.updateIndirectTransAmount Method [AX 2012]
Updates and posts the indirect transaction with the specified amount.
Syntax
protected void updateIndirectTransAmount(
LedgerVoucher _ledgerVoucher,
ProdIndirectTrans _indirectTrans,
CostAmount _costAmount)
Run On
Called
Parameters
- _ledgerVoucher
Type: LedgerVoucher Class
The ledger voucher object where the ledger transactions are added.
- _indirectTrans
Type: ProdIndirectTrans Table
The indirect transaction to update and post.
- _costAmount
Type: CostAmount Extended Data Type
The amount that should be updated and posted on the indirect transaction.