Share via


WMSSpaceUtilServiceDataContract.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

An exception is thrown if the method is not overwritten.

Remarks

It is used in validateContract method.

This method should be overwrtitten in the derived classes.

See Also

Reference

WMSSpaceUtilServiceDataContract Class