Share via


SrsAutoReportController.validate Method [AX 2012]

Validates the data contract values.

Syntax

protected boolean validate()

Run On

Client

Return Value

Type: boolean
true if validation is successful; otherwise, false.

Remarks

Given that for auto-reports we do not have a report run and the fact that they never run in batch mode, the method is not required to perform any checks.

See Also

Reference

SrsAutoReportController Class