Share via


WHSInventoryStatusConvert.showQueryValues Method [AX 2012]

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

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 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.

See Also

Reference

WHSInventoryStatusConvert Class