EmailStatus
This is a table representing the EmailStatus entities in Salesforce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Email Status ID' corresponds to this field. | True |
| TaskId | System.String | Label 'Activity ID' corresponds to this field. | True |
| WhoId | System.String | Label 'Contact/Lead ID' 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 |
| TimesOpened | System.Int32 | Label '# Times Opened' corresponds to this field. | True |
| FirstOpenDate | System.DateTime | Label 'Date Opened' corresponds to this field. | True |
| LastOpenDate | System.DateTime | Label 'Last Opened' corresponds to this field. | True |
| EmailTemplateName | System.String | Label 'Email Template Name' 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. |