InventCostJournalIndirectCost.addPhysicalPosting Method [AX 2012]

Posts the estimated 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 addPhysicalPosting(
            LedgerVoucher _ledgerVoucher, 
            ProdIndirectTrans _prodIndirectTrans, 
           [boolean _stornoPhysical])

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

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

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

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

Run On

Called

Parameters

  • _stornoPhysical
    Type: boolean
    A Boolean value that indicates whether the transaction should be posted as storno; optional.

See Also

Reference

InventCostJournalIndirectCost Class