LedgerVoucherTransObject.addToGeneralJournal Method [AX 2012]
Adds the transaction to the general journal.
Syntax
public void addToGeneralJournal(LedgerVoucher _journal, LedgerVoucherObject _reference)
Run On
Called
Parameters
- _journal
Type: LedgerVoucher Class
The ledger posting journal that contains the transaction.
- _reference
Type: LedgerVoucherObject Class
The ledger posting reference that contains the transaction.
Remarks
Any changes that were made to the transaction after it has been added to the general journal will not be achieved.