RetailConnActionGenerator.initDistributionQuery Method [AX 2012]

Constructs the query based on the parameters.

public QueryRun initDistributionQuery(
    int _refTableId, 
    str _inFields, 
    str _inKey)

Run On

Server

Parameters

_refTableId
Type: int
The ID value of the current data source.
_inFields
Type: str
The set of field values that are used in the query range.
_inKey
Type: str
The string value that indicates the index.

Return Value

Type: QueryRun Class
The QueryRun object of the query that is constructed using the parameters.

Community Additions

ADD
Show: