Window: Message
[Created: 21/05/1999 - Updated: 02/01/2000 ]
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
[Created: 21/05/1999 - Updated: 02/01/2000 ]
Description: Information Error and Menu Messages
Help: The Message Tab displays error message text and menu messages
Tab Level: 0
Table 10: Message - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| 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_", 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
[Created: 21/05/1999 - Updated: 27/10/2024 ]
Description:
Help:
Tab Level: 1
Table 20: Translation - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| 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 |