Share via


RetailStatementPost_Multi.queryRun Method [AX 2012]

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

Syntax

public QueryRun queryRun([QueryRun _queryRun])

Run On

Called

Parameters

Return Value

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

Remarks

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

See Also

Reference

RetailStatementPost_Multi Class