FormletterJournalPrint.formLetterSorting Method [AX 2012]

Retrieves the sorting parameters for the journal being processed.

protected container formLetterSorting(
    TableId _sortingTableId, 
    FieldId _recIdField, 
   [TableId _sortingSubTableId])

Run On

Called

Parameters

_sortingTableId
Type: TableId Extended Data Type
The ID of the journal table.
_recIdField
Type: FieldId Extended Data Type
The record ID field in the journal table.
_sortingSubTableId
Type: TableId Extended Data Type
The ID of subjournal table; optional.

Return Value

Type: container
A Container object that contains the sorting parameters.

Community Additions

ADD
Show: