Share via


smmMailingFileCreate.queryRun Method [AX 2012]

Returns an instance of the QueryRun class, which is used by the QueryPrompt class.

Syntax

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
An instance of the QueryRunclass.

Remarks

This method is used if a query prompt is the dialog box, and if a select menu item is added to a dialog box. Do not instantiate the instance of the QueryRun class when the method is called. This should be done in the unpack method and the initParmDefault method. Or it should be used in the init method if this is used, or in this method only when it is not instantiated.

See Also

Reference

smmMailingFileCreate Class