EmailTemplate
This is a table representing the EmailTemplate entities in Salesforce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Email Template ID' corresponds to this field. | True |
| Name | System.String | Label 'Email Template Name' corresponds to this field. | False |
| OwnerId | System.String | Label 'Owner ID' corresponds to this field. | False |
| FolderId | System.String | Label 'Folder ID' corresponds to this field. | False |
| BrandTemplateId | System.String | Label 'Letterhead ID' corresponds to this field. | True |
| TemplateStyle | System.String | Label 'Style' corresponds to this field. | True |
| IsActive | System.Boolean | Label 'Available For Use' corresponds to this field. | False |
| TemplateType | System.String | Label 'Template Type' corresponds to this field. | True |
| Encoding | System.String | Label 'Encoding' corresponds to this field. | False |
| Description | System.String | Label 'Description' corresponds to this field. | False |
| Subject | System.String | Label 'Subject' corresponds to this field. | False |
| HtmlValue | System.String | Label 'HTML Value' corresponds to this field. | False |
| Body | System.String | Label 'Email Body' corresponds to this field. | False |
| TimesUsed | System.Int32 | Label 'Times Used' corresponds to this field. | True |
| LastUsedDate | System.DateTime | Label 'Last Used Date' corresponds to this field. | True |
| CreatedDate | System.DateTime | Label 'Created Date' corresponds to this field. | True |
| CreatedById | System.String | Label 'Created By ID' corresponds to this field. | True |
| LastModifiedDate | System.DateTime | Label 'Last Modified Date' corresponds to this field. | True |
| LastModifiedById | System.String | Label 'Last Modified By ID' corresponds to this field. | True |
| SystemModstamp | System.DateTime | Label 'System Modstamp' corresponds to this field. | True |
Pseudo-Columns
Pseudo-Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| SOQLWhere | String | Specifies the Where clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| SOQLOrderBy | String | Specifies the Order By clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| MaxResults | String | Sets the MaxResults to be returned by modifying the Limit clause of the SOQL query to execute against the Salesforce servers. |