ReturnAcknowledgmentAndDocController.showQueryValues Method [AX 2012]

Adds query values 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
true if query values are to be shown; otherwise false.

Remarks

Used by the query UI builder.

See Also

Reference

ReturnAcknowledgmentAndDocController Class