RetailStatementPost_Multi.queryRun Method [AX 2012]

Returns a QueryRun object that is used by the QueryPrompt object.

public QueryRun queryRun([QueryRun _queryRun])

Run On

Called

Parameters

_queryRun
Type: QueryRun Class
A QueryRun object; optional.

Return Value

Type: QueryRun Class
The QueryRun object that is used by the QueryPrompt object.

This method should only be called in the unpack, initParamDefault, or init methods, not when the QueryRun object is instantiated.

Community Additions

ADD
Show: