Share via


LedgerJournalTable::insertJournalsInLedgerJournalMultiPost Method

Inserts journals into a LedgerJournalMultiPost object.

Syntax

server public static LedgerJournalMultiPost insertJournalsInLedgerJournalMultiPost(RecordSortedList _journalList, [LedgerJournalParmPost _parmBuffer])

Run On

Server

Parameters

  • _journalList
    Type: RecordSortedList Class
    A RecordSortedList object that holds the record buffers for the journals.
  • _parmBuffer
    Type: LedgerJournalParmPost Table
    A record buffer that holds the parameters that are used to execute the posting; optional.

Return Value

Type: LedgerJournalMultiPost Class
A LedgerJournalMultiPost object.

See Also

Reference

LedgerJournalTable Table