Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionValue
code

the exception class path that corresponds to the message

Any of the exception classes
expressionthe expression as displayed on the screenAny
descriptionthe description of the message as displayed on the screenAny

Example

true
Expand
titleMessages
Code Block
themeEclipse
languagexml
title
Examplecollapse
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>