Share via


LedgerJournalMultiPost::multiSelectPost Method [AX 2012]

Supports the multiselection posting functionality for a supplied list of LedgerJournalTable records.

Syntax

client server public static void multiSelectPost(
    Object _caller, 
    RecordSortedList _ledgerJournalTableSortedList, 
   [NoYes _transferErrors])

Run On

ClientOrServer

Parameters

  • _caller
    Type: Object Class
    The object that calls the method.
  • _ledgerJournalTableSortedList
    Type: RecordSortedList Class
    A RecordSortedList of LedgerJournalTable records.
  • _transferErrors
    Type: NoYes Enumeration
    A NoYes enumeration value that controls the transfer of posting errors; optional.

Remarks

This method is designed specifically for supporting a multiselection posting scenario from the LedgerJournalTable form.

See Also

Reference

LedgerJournalMultiPost Class