InventCostJournalIndirectCost.addFinancialPosting Method [AX 2012]

Posts indirect cost amounts and marks the ProdIndirectTrans record as posted.

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
          protected void addFinancialPosting(
            LedgerVoucher _ledgerVoucher, 
            ProdIndirectTrans _prodIndirectTrans, 
           [boolean _stornoPhysical])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void addFinancialPosting(
            LedgerVoucher _ledgerVoucher, 
            ProdIndirectTrans _prodIndirectTrans, 
           [boolean _stornoPhysical])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void addFinancialPosting(LedgerVoucher _ledgerVoucher, ProdIndirectTrans _prodIndirectTrans)

  Microsoft Dynamics AX 2012 (FPK)
          protected void addFinancialPosting(LedgerVoucher _ledgerVoucher, ProdIndirectTrans _prodIndirectTrans)

  Microsoft Dynamics AX 2012 (SYS)
          protected void addFinancialPosting(LedgerVoucher _ledgerVoucher, ProdIndirectTrans _prodIndirectTrans)

Run On

Called

Parameters

See Also

Reference

InventCostJournalIndirectCost Class