TrvPost::post Method [AX 2012]
Posts expense management related transactions to the general ledger.
client server public static void post(
Common _record,
[LedgerJournalNameId _journalName,
LedgerJournalId _journalId,
TransDate _transDate,
boolean _calledFromUI])
Run On
CalledParameters
- _record
- Type: Common Table
The record buffer of the expense transaction.
- _journalName
- Type: LedgerJournalNameId Extended Data Type
The journal name to be used in creating the ledger transaction; optional.
- _journalId
- Type: LedgerJournalId Extended Data Type
The journal number to be used in creating the ledger transaction; optional.
- _transDate
- Type: TransDate Extended Data Type
The posting date to be used in creating the ledger transaction; optional.
- _calledFromUI
- Type: boolean
Show: