IntrastatReporting.queryRun Method [AX 2012]

Returns the query run that is used by the query prompt.

Syntax

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
The query run that is used by the query prompt.

Remarks

Do not instantiate the queryRun whenever the method is called. This should be done in the unpack method and the initParmDefault method.

See Also

Reference

IntrastatReporting Class