EmailTemplate
Manages email templates for communication, supporting customization and entity-specific messaging.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
The unique identifier for the email template record. |
| Whencreated | Datetime | False |
The date and time when the email template was created. |
| Whenmodified | Datetime | False |
The date and time when the email template was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the email template. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the email template. |
| Status | String | False |
The current status of the email template. |
| EmailTemplatename | String | False |
The name of the email template. |
| Description | String | False |
A description of the email template. |
| Fromname | String | False |
The name of the sender for the email template. |
| Fromaddress | String | False |
The email address of the sender for the email template. |
| Toaddress | String | False |
The recipient's email address for the email template. |
| Ccaddress | String | False |
The CC (carbon copy) email address for the email template. |
| Bccaddress | String | False |
The BCC (blind carbon copy) email address for the email template. |
| Subject | String | False |
The subject of the email template. |
| Body | String | False |
The body content of the email template. |
| Include_logo | Boolean | False |
Indicates whether the company logo is included in the email template. |
| Vertical_logo_position | String | False |
The vertical position of the logo in the email template. |
| Horizontal_logo_position | String | False |
The horizontal position of the logo in the email template. |
| Include_attachments | Boolean | False |
Indicates whether attachments are included in the email template. |
| Record_url | String | False |
The URL link to the email template record. |