This documentation is archived and is not being maintained.
HRMAbsenceDeleteTables.showQueryValues Method [AX 2012]
Determines whether to add a select button to the dialog box.
public boolean showQueryValues()
Run On
Called
Return Value
Type:
boolean
Always returns true.
If you click this button, it will show the query form. Therefore, the queryRun method has to return a valid instance of the queryRun class.
If you change the return value to false, the button will no longer be added.