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

Called

Parameters

_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

This posting class is used for posting cash advance requests, expense report transactions, and expense line transactions.

Show: