InventABCUpdate.queryRun Method [AX 2012]
Returns the instance of the QueryRun class, which is used by the queryPrompt method.
public QueryRun queryRun()
Run On
CalledReturn Value
Type: QueryRun ClassThe instance of the QueryRun class, which is used by the queryPrompt method.
This method is used when a query prompt is in the dialog and if a select menu item is added to a dialog. Do not instantiate the instance of the QueryRun class whenever this method is called. Instantiate it in the unpack method and the initParmDefault method, or the init method. Only use this method when it is not instantiated.
Community Additions
ADD
Show: