Share via


WMSReportServiceDataContract.noReportSetupRecIdMessage Method [AX 2012]

Returns a validation error message for the case when no report setup ID is set.

Syntax

protected str noReportSetupRecIdMessage()

Run On

Server

Return Value

Type: str
A validation error message

Exceptions

Exception Condition
Error

The exception is thrown if the method is not overwritten.

Remarks

This method is used in the validateContract method.

This method should be overwritten in the derived classes.

See Also

Reference

WMSReportServiceDataContract Class