ProdJournalIndirectCost.initFinancialAccounts Method [AX 2012]
Initializes the financial accounts on the ProdIndirectTrans record based on the calculation type.
Syntax
protected void initFinancialAccounts(
CostSheetNodeCalculation _calculationNode,
Voucher _voucher,
TransDate _transDate,
ProdIndirectTrans _prodIndirectTrans)
Run On
Called
Parameters
- _calculationNode
Type: CostSheetNodeCalculation Class
The indirect cost calculation type.
- _voucher
Type: Voucher Extended Data Type
The ledger voucher record.
- _transDate
Type: TransDate Extended Data Type
The calculation date.
- _prodIndirectTrans
Type: ProdIndirectTrans Table
The ProdIndirectTrans record to be initialized.