smmCreateMailing.showQueryValues Method [AX 2012]

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

Syntax

public boolean showQueryValues()

Run On

Called

Return Value

Type: boolean
Always returns true.

Remarks

If you click this button, it will show the query form. Therefore, the queryRun method has to return a valid queryRun method. If you change the return value to false, the button will not be added.

See Also

Reference

smmCreateMailing Class