Event
This is a table representing the Event entities in Salesforce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Activity ID' corresponds to this field. | True |
| WhoId | System.String | Label 'Contact/Lead ID' corresponds to this field. | False |
| WhatId | System.String | Label 'Opportunity/Account ID' corresponds to this field. | False |
| Subject | System.String | Label 'Subject' corresponds to this field. | False |
| Location | System.String | Label 'Location' corresponds to this field. | False |
| IsAllDayEvent | System.Boolean | Label 'All Day Event' corresponds to this field. | False |
| ActivityDateTime | System.DateTime | Label 'Due Date Time' corresponds to this field. | False |
| ActivityDate | System.String | Label 'Due Date Only' corresponds to this field. | False |
| DurationInMinutes | System.Int32 | Label 'Duration' corresponds to this field. | False |
| Description | System.String | Label 'Description' corresponds to this field. | False |
| AccountId | System.String | Label 'Account ID' corresponds to this field. | True |
| OwnerId | System.String | Label 'Assigned To ID' corresponds to this field. | False |
| IsPrivate | System.Boolean | Label 'Private' corresponds to this field. | False |
| ShowAs | System.String | Label 'Show Time As' corresponds to this field. | False |
| IsDeleted | System.Boolean | Label 'Deleted' corresponds to this field. | True |
| IsChild | System.Boolean | Label 'Is Child' corresponds to this field. | True |
| IsGroupEvent | System.Boolean | Label 'Is Group Event' 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 |
| IsArchived | System.Boolean | Label 'Archived' corresponds to this field. | True |
| RecurrenceActivityId | System.String | Label 'Recurrence Activity ID' corresponds to this field. | True |
| IsRecurrence | System.Boolean | Label 'Create Recurring Series of Events' corresponds to this field. | True |
| RecurrenceStartDateTime | System.DateTime | Label 'Start Date' corresponds to this field. | False |
| RecurrenceEndDateOnly | System.String | Label 'End Date' corresponds to this field. | False |
| RecurrenceTimeZoneSidKey | System.String | Label 'Recurrence Time Zone' corresponds to this field. | False |
| RecurrenceType | System.String | Label 'Recurrence Type' corresponds to this field. | False |
| RecurrenceInterval | System.Int32 | Label 'Recurrence Interval' corresponds to this field. | False |
| RecurrenceDayOfWeekMask | System.Int32 | Label 'Recurrence Day of Week Mask' corresponds to this field. | False |
| RecurrenceDayOfMonth | System.Int32 | Label 'Recurrence Day of Month' corresponds to this field. | False |
| RecurrenceInstance | System.String | Label 'Recurrence Instance' corresponds to this field. | False |
| RecurrenceMonthOfYear | System.String | Label 'Recurrence Month of Year' corresponds to this field. | False |
| ReminderDateTime | System.DateTime | Label 'Reminder Date/Time' corresponds to this field. | False |
| IsReminderSet | System.Boolean | Label 'Reminder Set' corresponds to this field. | False |
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. |