Share via


LedgerJournalTransUpdateLedger.createTaxLinkForTaxTransfer Method [AX 2012]

Updates the TaxTransGeneralJournalAccountEntry table if the transaction is a tax transfer.

Syntax

private void createTaxLinkForTaxTransfer(LedgerJournalTrans _originalLedgerJournalTrans, LedgerVoucherTransObject _postingTransaction)

Run On

Server

Parameters

  • _originalLedgerJournalTrans
    Type: LedgerJournalTrans Table
    The original unmodified LedgerJournalTrans record that is posted.

See Also

Reference

LedgerJournalTransUpdateLedger Class