Skip to end of metadata
Go to start of metadata
In this metadata file you can define the message texts and map an error message to a Java exception.
Name | Description | Value |
---|
code | The exception class path that corresponds to the message. | Any of the exception classes |
expression | The expression as displayed on the screen. | Any |
description | The description of the message as displayed on the screen. | Any |
Messages
<messageconfig>
<messages>
<message>
<code>COM.CRM.EXCEPTION.PRIMARYFIELDEXCEPTION</code>
<expression>Cannot delete the default record.</expression>
<description>Cannot delete the default record.</description>
</message>
<message>
<code>COM.CRM.EXCEPTION.MANDATORYFIELDEXCEPTION</code>
<expression>Please specify %1.</expression>
<description>A mandatory field is not specified.</description>
</message>
...
</messages>
</messageconfig>