Share via


InventStdCostConvItemTransfer.showQueryValues Method [AX 2012]

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

Syntax

public boolean showQueryValues()

Run On

Called

Return Value

Type: boolean
false by default.

Remarks

If you click this button, it will show the query form. Therefore, the queryRun method has to return a valid queryRun object.

To add a Select button, override this method to return true.

See Also

Reference

InventStdCostConvItemTransfer Class