Mail Template
R_MailText
Text templates for mailings
Overview
| Table Name | R_MailText |
|---|---|
| Access Level | All Levels |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | EMail_From_User |
| Wiki | View on iDempiere Wiki |
Columns (19)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
Classname |
String(60) | No | - | Java Classname |
EMail_From_User_ID |
Search(10) | No | - | Define the default sender User. |
EMailHeadTag |
Text(10000) | No | - | Define any valid HTML tag for the head tag of the generated e-mail. |
EMail_Reply_To_User_ID |
Search(10) | No | - | Define the default reply to User. |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
AD_Client_ID |
Table Direct(22) | Yes | @#AD_Client_ID@ | Tenant for this installation. |
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 |
IsHtml |
Yes-No(1) | Yes | - | Text has HTML tags |
MailHeader |
String(2000) | No | - | Mail Header (Subject) |
MailText |
Text | Yes | - | Text used for Mail message |
MailText2 |
Text(2000) | No | - | Optional second text part used for Mail message |
MailText3 |
Text(2000) | No | - | Optional third text part used for Mail message |
R_MailText_ID |
ID(22) | Yes | - | Text templates for mailings |
R_MailText_UU |
String(36) | No | - | - |
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 |
|---|---|---|
EMail_From_User_ID |
EMail_From_User.EMail_From_User_ID | Define the default sender User. |
EMail_Reply_To_User_ID |
EMail_Reply_To_User.EMail_Reply_To_User_ID | Define the default reply to User. |
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-03T16:35:36.728622530Z