Share via


JournalDeleteTrans.queryRun Method [AX 2012]

Retrieves the queryRun value, which is used by the queryprompt method.

Syntax

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
The queryRun value, which is used by the queryprompt method.

Remarks

This method is used where a query prompt is the dialog box and where a Select_RunBaseQueryDialog menu item is added to a dialog box. Do not instantiate the queryRun variable whenever the method is called. Do it in the unpack , initParmDefault, or init methods or in the method only when it is not instantiated.

See Also

JournalDeleteTrans Class

RunBaseReport.reportRun Method

RunBaseQueryDialog Class

RunBase.unpack Method

RunBase.initParmDefault Method

RunBase.init Method