Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _ledgerVoucher
Type: LedgerVoucher Class
The LedgerVoucher object to use for posting.
- _prodIndirectTrans
Type: ProdIndirectTrans Table
The ProdIndirectTrans record to post.
- _stornoPhysical
Type: boolean
A Boolean value that indicates whether the transaction should be posted as storno; optional.