PurchPackingSlipController.convertToLatestVersionJournalList Method [AX 2012]
Converts the list of journals to the list of latest versions.
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
CalledParameters
- _sourceJournalList
- Type: RecordSortedList Class
The journals to convert.
Community Additions
ADD
Show:
Note