Skip to end of banner
Go to start of banner

Messages

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

 

Attributes

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

Examples

<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>
  • No labels