LedgerPostBatch.getJournal Method [AX 2012]

Gets the journal for the supplied journal ID.

protected abstract Common getJournal(str _journalId)

Run On

Called

Parameters

_journalId
Type: str
The ID of the journal to retrieve.

Return Value

Type: Common Table
The selected journal record.

The record does not need to be selected for update unless the derivative class methods (such as validatePost) are performing updates. See the LedgerJournalPostBatch class for an example

Community Additions

ADD
Show: