Share via


InventAdjOnhandSelect.showQueryValues Method [AX 2012]

Determines whether a Select button is to be added to the dialog.

Syntax

public boolean showQueryValues()

Run On

Called

Return Value

Type: boolean
Always returns false.

Remarks

If the return value is changed to true, the button will be added. If the button is clicked, it will show the query form. Therefore, the queryRun method has to return a valid QueryRun class.

See Also

Reference

InventAdjOnhandSelect Class