This documentation is archived and is not being maintained.
ProjControlPosting.showQueryValues Method [AX 2012]
Determines whether to add a select button to the dialog.
public boolean showQueryValues()
Run On
Server
Return Value
Type:
boolean
True if a select button is to be added to the dialog; otherwise, false.
If you click this button, it will show the query form. Therefore, the queryRun method has to return a valid queryRun .
If you change the return value to false the button will no longer be added.