Message
AD_Message
System Message
Overview
| Table Name | AD_Message |
|---|---|
| Access Level | System Only |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (14)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
AD_Message_ID |
ID(22) | Yes | - | System Message |
EntityType |
Table(40) | Yes | @SQL=SELECT CASE WHEN '@P|AdempiereSys:N@'='Y' THEN 'D' ELSE get_sysconfig('DEFAULT_ENTITYTYPE','U',0,0) END FROM Dual | Dictionary Entity Type; Determines ownership and synchronization |
MsgText |
Text(5000) | Yes | - | Textual Informational, Menu or Error Message |
Value |
String(255) | Yes | - | Search key for the record in the format required - must be unique |
AD_Client_ID |
Table Direct(22) | Yes | @#AD_Client_ID@ | Tenant for this installation. |
AD_Message_UU |
String(36) | No | - | - |
AD_Org_ID |
Table Direct(22) | Yes | @#AD_Org_ID@ | Organizational entity within tenant |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
MsgTip |
Text(2000) | No | - | Additional tip or help for this message |
MsgType |
List(1) | Yes | I | Type of message (Informational, Menu or Error) |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
Generated on 2026-05-03T19:12:37.706007330Z