SysOperationController.showQuerySelectButton Method [AX 2012]

Determines whether a Select button will be added to the dialog box.

Syntax

public boolean showQuerySelectButton(str parameterName)

Run On

Called

Parameters

  • parameterName
    Type: str
    The name of the query parameter in the data contract.

Return Value

Type: boolean
Always returns true.

Remarks

This method is used by the query UI builder.

See Also

Reference

SysOperationController Class