Share via


RetailConnActionGenerator.initDistributionQuery Method [AX 2012]

Constructs the query based on the parameters.

Syntax

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.

See Also

Reference

RetailConnActionGenerator Class