LedgerJournalCheckPost.checkInterCompanyTransaction_IN Method [AX 2012]

Checks if the TaxWithholdParameter is marked for the payment and invoice transactions.

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
          public void checkInterCompanyTransaction_IN(LedgerJournalTrans _ledgerJournalTrans, [LedgerPostingMessageLog _ledgerPostingMessageCollection])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void checkInterCompanyTransaction_IN(LedgerJournalTrans _ledgerJournalTrans)

Run On

Server

Parameters

See Also

Reference

LedgerJournalCheckPost Class