Message (Window ID-104)
Window: Message
Description: Maintain Information and Error Messages
Help: The Message Window defines the Message Text and Message Tips for each system generated message. It is for System Admin use only.
Tab: Message
Description: Information Error and Menu Messages
Help: The Message Tab displays error message text and menu messages
| Name | Description | Help | Technical Data | 
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | AD_Message.AD_Client_ID numeric(10) Table Direct  | 
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | AD_Message.AD_Org_ID numeric(10) Table Direct  | 
| Search Key | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.
 If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order).  | 
AD_Message.Value character varying(255) String  | 
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
 There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.  | 
AD_Message.IsActive character(1) Yes-No  | 
| Entity Type | Dictionary Entity Type; Determines ownership and synchronization | The Entity Types "Dictionary", "iDempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten.
 For customizations, copy the entity and select "User"!  | 
AD_Message.EntityType character varying(40) Table  | 
| Message Type | Type of message (Informational, Menu or Error) | The Message Type indicates the type of message being defined. Valid message types are Informational, Menu and Error. | AD_Message.MsgType character(1) List  | 
| Message Text | Textual Informational, Menu or Error Message | The Message Text indicates the message that will display | AD_Message.MsgText character varying(2000) Text  | 
| Message Tip | Additional tip or help for this message | The Message Tip defines additional help or information about this message. | AD_Message.MsgTip character varying(2000) Text  | 
Tab: Translation
Description:
Help:
| Name | Description | Help | Technical Data | 
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | AD_Message_Trl.AD_Client_ID numeric(10) Table Direct  | 
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | AD_Message_Trl.AD_Org_ID numeric(10) Table Direct  | 
| Message | System Message | Information and Error messages | AD_Message_Trl.AD_Message_ID numeric(10) Search  | 
| Language | Language for this entity | The Language identifies the language to use for display and formatting | AD_Message_Trl.AD_Language character varying(6) Table  | 
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
 There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.  | 
AD_Message_Trl.IsActive character(1) Yes-No  | 
| Translated | This column is translated | The Translated checkbox indicates if this column is translated. | AD_Message_Trl.IsTranslated character(1) Yes-No  | 
| Message Text | Textual Informational, Menu or Error Message | The Message Text indicates the message that will display | AD_Message_Trl.MsgText character varying(2000) Text  | 
| Message Tip | Additional tip or help for this message | The Message Tip defines additional help or information about this message. | AD_Message_Trl.MsgTip character varying(2000) Text  | 


