QueryRun.run Method [AX 2012]

Opens a form used to obtain information about the query from the user, and fetches the matching records.

public void run()

Run On

Called

Running the query will find the records that satisfy the constraints entered by the user. However, running the query in this manner has no side effects. In order to be useful, one or more of the inherited methods must be overloaded.

Community Additions

ADD
Show: