MailmergeTemplate
Manages mail merge templates used for generating personalized documents.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the mail merge template. | |
| IsDeleted | Boolean | True |
Indicates whether the mail merge template has been deleted. | |
| Name | String | False |
Name of the mail merge template. | |
| Description | String | False |
Description of the mail merge template. | |
| Filename | String | False |
Name of the file associated with the mail merge template. | |
| BodyLength | Int | True |
Length of the template content in characters. | |
| Body | String | False |
Content of the mail merge template. | |
| LastUsedDate | Datetime | True |
Date and time when the template was last used. | |
| CreatedDate | Datetime | True |
Date and time when the template was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the template. |
| LastModifiedDate | Datetime | True |
Date and time when the template was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the template. |
| SystemModstamp | Datetime | True |
System-generated timestamp for tracking the last update of the record. |