Share via


LedgerPostingCollectionRecord::construct Method [AX 2012]

Initializes a new instance of the LedgerPostingCollectionRecord class.

Syntax

client server public static LedgerPostingCollectionRecord construct(TableId _recordSortedListTable, container _recordSortedListSortFields)

Run On

Called

Parameters

  • _recordSortedListSortFields
    Type: container
    A container of the table field ID values of the table used to sort the RecordSortedList object.

Return Value

Type: LedgerPostingCollectionRecord Class
A new instance of the LedgerPostingCollectionRecord class.

Remarks

The collection returned is a RecordSortedList class.

See Also

Reference

LedgerPostingCollectionRecord Class