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 | Bool | 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. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the template. |
| SecurityOptionsAttachmentScannedForXSS | Bool | False |
Field containing SecurityOptionsAttachmentScannedForXSS information. | |
| SecurityOptionsAttachmentHasXSSThreat | Bool | False |
Field containing SecurityOptionsAttachmentHasXSSThreat information. | |
| SecurityOptionsAttachmentScannedforFlash | Bool | False |
Field containing SecurityOptionsAttachmentScannedforFlash information. | |
| SecurityOptionsAttachmentHasFlash | Bool | False |
Field containing SecurityOptionsAttachmentHasFlash information. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp for tracking the last update of the record. | |
| LastModifiedDate | Datetime | True |
Date and time when the template was last modified. |