AssetProposal.showQueryValues Method [AX 2012]

Determines whether to add a Select button to the dialog box.

Syntax

public boolean showQueryValues()

Run On

Called

Return Value

Type: boolean
Always returns true.

Remarks

If you click this button, the query form is displayed. Therefore, the queryRun method has to return a valid instance of the QueryRun class. If you change the return value to false, the button is no longer added.

See Also

Reference

AssetProposal Class