WHSInventoryStatusConvert.showQueryValues Method [AX 2012]

Determines whether a Select button will be added to the dialog box.

public boolean showQueryValues()

Run On

Called

Return Value

Type: boolean
Always returns false, by default.

If you change the return value to true, the button will be added.

Clicking the Select button that is added to the dialog box displays the query form. Therefore, the queryRun method must return a valid QueryRun object.

Community Additions

ADD
Show: