This documentation is archived and is not being maintained.
CustCollectionLetterCancel.showQueryValues Method [AX 2012]
Indicates whether to add a select button to the dialog.
public boolean showQueryValues()
Run On
Called
Return Value
Type:
boolean
Always returns true.
If this button is clicked it will show the query form. Therefore, the queryRun method must return a valid QueryRun object.
If the return value of this method is changed to false, the button will no longer be added.