PurchPackingSlipNonSSRSPrintMgmtAdapter.convertToLatestVersionJournalList Method [AX 2012]

Converts a RecordSortedList object of journals to the latest version.

protected RecordSortedList convertToLatestVersionJournalList(
    RecordSortedList _sourceJournalList, 
    TableId _sourceTableId, 
    FieldId _journalFieldId)

Run On

Called

Parameters

_sourceJournalList
Type: RecordSortedList Class
The journals to convert.
_sourceTableId
Type: TableId Extended Data Type
The table ID of the records in the list.
_journalFieldId
Type: FieldId Extended Data Type
The field ID of the foreign key reference to the VendPackingSlipJour object.

Return Value

Type: RecordSortedList Class
A RecordSortedList list of the VendPackingSlipVersion records.

Community Additions

ADD
Show: