Share via


LedgerJournalFormTable.isMultiSelection Method [AX 2012]

Determines whether there is a multiselection on the LedgerJournalTable form.

Syntax

public boolean isMultiSelection()

Run On

Client

Return Value

Type: boolean
true if the ledgerJournalTableList contains LedgerJournalTable records; otherwise, false.

Remarks

Although multiple LedgerJournalTable records might have been selected, it is possible that only one will get inserted into the ledgerJournalTableList because of the validation.

This will still be a valid multiselect posting scenario.

See Also

Reference

LedgerJournalFormTable Class