Share via


SysProjectFilterRunBase.queryRun Method [AX 2012]

Returns the QueryRun class, which is used by the QueryPrompt. method

Syntax

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
The instance of the QueryRun class, which is used by the QueryPrompt method.

Remarks

This method is used if a query prompt is the dialog and if a select menu item is added to a dialog box. Do not create the instance of the queryRun class whenever the method is called. Do it in the unpack method and the initParmDefault method, or it should be used in the init method.

See Also

Reference

SysProjectFilterRunBase Class