Share via


SalesPackingSlipController.convertToLatestVersionJournalList Method [AX 2012]

Converts the list of journals to the list of latest versions.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected void convertToLatestVersionJournalList(RecordSortedList _sourceJournalList)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void convertToLatestVersionJournalList(RecordSortedList _sourceJournalList)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected RecordSortedList convertToLatestVersionJournalList(
            RecordSortedList _sourceJournalList, 
            TableId _sourceTableId, 
            FieldId _journalFieldId)

  Microsoft Dynamics AX 2012 (FPK)
          protected RecordSortedList convertToLatestVersionJournalList(
            RecordSortedList _sourceJournalList, 
            TableId _sourceTableId, 
            FieldId _journalFieldId)

  Microsoft Dynamics AX 2012 (SYS)
          protected RecordSortedList convertToLatestVersionJournalList(
            RecordSortedList _sourceJournalList, 
            TableId _sourceTableId, 
            FieldId _journalFieldId)

Run On

Called

Parameters

Remarks

If report data already exists for a journal record, the journal will be added to the dataReadyJournalList record list.

See Also

Reference

SalesPackingSlipController Class