Share via


SrsAutoReportController.isValidAggregationFunction Method [AX 2012]

Determines whether a function name is valid to use as an aggregation function.

Syntax

private boolean isValidAggregationFunction(str functionName)

Run On

Client

Parameters

  • functionName
    Type: str
    The name of the function to check.

Return Value

Type: boolean
true if the function name is valid; otherwise, false.

See Also

Reference

SrsAutoReportController Class