LedgerPostBatch.calculateNumberOfJournalLines Method [AX 2012]

Calculates the number of journal lines to be posted by the specified journal.

protected abstract int calculateNumberOfJournalLines(str _journalId)

Run On

Called

Parameters

_journalId
Type: str
The ID of the journal to be posted.

Return Value

Type: int
The number of journal lines to be posted.

This is an abstract method. See LedgerJournalPostBatch class for an example of a concrete implementation.

Community Additions

ADD
Show: