SysOperationController.showQueryValues Method [AX 2012]

Determines whether the query values will be added to the dialog box.

Syntax

public boolean showQueryValues(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

Used by the query ui builder.

See Also

Reference

SysOperationController Class