SourceDocumentStateInProcess.fillMap Method [AX 2012]

Prepopulates the map with the SourceDocumentLineItem records.

protected Map fillMap(QueryRun _queryRun, List _tableList)

Run On

Called

Parameters

_queryRun
Type: QueryRun Class
The queryRun object that holds the SourceDocumentLineImplementation records.
_tableList
Type: List Class
The list of the table numbers to store as the keys in the map.

Return Value

Type: Map Class
The map that holds the records that are retrieved by the query.

The map holds the table number as the key and the record that is associated with the specific SourceDocumentLine instance as the value.

Community Additions

ADD
Show: