This documentation is archived and is not being maintained.
IntrastatReporting.queryRun Method [AX 2012]
Returns the query run that is used by the query prompt.
public QueryRun queryRun()
Run On
Called
Return Value
Type:
QueryRun Class
The query run that is used by the query prompt.
Do not instantiate the queryRun whenever the method is called. This should be done in the unpack method and the initParmDefault method.