Share via


InventStdFormM17_RU.showQueryValues Method [AX 2012]

Determines whether a Select button is added to the dialog.

Syntax

public boolean showQueryValues()

Run On

Called

Return Value

Type: boolean
Always returns false, by default.

Remarks

If you change the return value to true, the Select button is added.

If you click the button, the query form is displayed. Therefore, the queryRun method has to return a valid queryRun object.

See Also

Reference

InventStdFormM17_RU Class