This table requires activation of Salesforce CRM Pipeline functional area. This table stores information about Event that have been
Module:
ACTIVITY_CATEGORY, ACTIVITY_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| ACTIVITY_ID | VARCHAR2 | 32 | True | Activity | |||
| ACTIVITY_CATEGORY | VARCHAR2 | 32 | True | Derivied from FAW define records is event type or task | |||
| SOURCE_RECORD_ID | VARCHAR2 | 256 | This column is for Oracle Internal use only. SOURCE_RECORD_ID | ||||
| ACCOUNT_ID | VARCHAR2 | 32 | ID of the account associated with this Activity. | ||||
| ACTIVITY_DATE | DATE | Contains the events due date if the IsAllDayEvent flag is set to false. The time portion of this field is always transferred in the Coordinated Universal Time (UTC) time zone. Translate the time portion to or from a local time zone for the user or the application, as appropriate. | |||||
| ACTIVITY_TIMESTAMP | TIMESTAMP | Contains the events due date if the IsAllDayEvent flag is set to false. The time portion of this field is always transferred in the Coordinated Universal Time (UTC) time zone. Translate the time portion to or from a local time zone for the user or the application, as appropriate. Label is Due Date Time.This field is required in API versions 12.0 and earlier if the IsAllDayEvent flag is set to false.The value for this field and StartDateTime must match, or one of them must be null. | |||||
| CREATED_BY_USER_ID | VARCHAR2 | 32 | Who column: indicates the user who create the row. | ||||
| CREATED_DATE | DATE | Who column: indicates the date of the create the row. | |||||
| CREATED_TIMESTAMP | TIMESTAMP | Who column: indicates the date time of the create the row. | |||||
| DESCRIPTION | VARCHAR2 | 999 | Contains a text description of the eventa | ||||
| EVENT_DURATION_IN_MINUTES | NUMBER | Contains the event length, in minutes. Even though this field represents a temporal value, its an integer typenot a Date/Time type. | |||||
| EVENT_END_DATE | DATE | Read-only. Available in API versions 46.0 and later. This field supplies the date value that appears in the EndDateTime field. This field is a date field with a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone. | |||||
| EVENT_END_TIMESTAMP | TIMESTAMP | If IsAllDayEvent is true, you can supply a value for either DurationInMinutes or EndDateTime. Supplying values in both fields is allowed if the values add up to the same amount of time. If both fields are null, the duration defaults to one day. | |||||
| ACTIVITY_SUBTYPE | VARCHAR2 | 64 | Indicates whether the ActivityDate field (true) or the ActivityDateTime field (false) is used to define the date or time of the event | ||||
| IS_ALL_DAY_EVENT | VARCHAR2 | 16 | All day event | ||||
| IS_ARCHIVED | VARCHAR2 | 16 | Indicates whether the event has been archived. | ||||
| IS_CHILD_EVENT | VARCHAR2 | 16 | Indicates whether the event has been Chaild event. | ||||
| IS_DELETED | VARCHAR2 | 16 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false) | ||||
| IS_PRIVATE | VARCHAR2 | 16 | Indicates whether users other than the creator of the event can (false) or cant (true) see the event details when viewing the event users calendar. However, users with the View All Data or Modify All Data permission can see private events in reports and searches, or when viewing other users calendars. Private events cant be associated with opportunities, accounts, cases, campaigns, contracts, leads, or contacts. Label is Private. | ||||
| IS_RECURRENCE | VARCHAR2 | 16 | Read-only. This field is available in API version 44.0 and later. Indicates whether a Lightning Experience event is scheduled to repeat (true) or only occurs one time (false). If this field value is true, then Recurrence2PatternText and Recurrence2PatternVersion must be populated. Label is Repeat. | ||||
| IS_REMINDER_SET | VARCHAR2 | 16 | Indicates whether the activity is a reminder (true) or not (false). | ||||
| LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | Who column: indicates the user who last updated the row. | ||||
| LAST_MODIFIED_DATE | DATE | Who column: indicates the date of the last update of the row. | |||||
| LAST_MODIFIED_TIMESTAMP | TIMESTAMP | Who column: indicates the date time of the last update of the row. | |||||
| EVENT_LOCATION | VARCHAR2 | 512 | Contains the location of the event. | ||||
| OWNER_ID | VARCHAR2 | 32 | Contains the ID of the user or public calendar who owns the event. Label is Assigned to ID. | ||||
| RECURRENCE_ACTIVITY_ID | VARCHAR2 | 32 | Read-only. Not required on create. Contains the ID of the main record of the Salesforce Classic recurring event. Subsequent occurrences have the same value in this field. | ||||
| RECURRENCE_DAY_OF_MONTH | NUMBER | Indicates the day of the month on which the event repeats. | |||||
| RECURRENCE_DAY_OF_WEEK_MASK | NUMBER | Indicates the day or days of the week on which the Salesforce Classic recurringeventrepeats. This field contains a bitmask. | |||||
| RECURRENCE_END_DATE | DATE | Indicates the last date on which the event repeats. For multiday Salesforce Classic recurring events, this date is the day on which the last occurrence starts. This field is a date field with a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone. Dont attempt to alter the timestamp to account for time zone differences. | |||||
| RECURRENCE_INSTANCE | VARCHAR2 | 64 | Indicates the frequency of the Salesforce Classic events recurrence. For example, 2nd or 3rd. | ||||
| RECURRENCE_INTERVAL | NUMBER | Indicates the interval between Salesforce Classic recurring events. | |||||
| RECURRENCE_MONTH_OF_YEAR | VARCHAR2 | 64 | Indicates the month in which the Salesforce Classic recurring event repeats. | ||||
| RECURRENCE_START_DATE | DATE | Indicates the date and time when the Salesforce Classic recurring event begins. The value must precede the RecurrenceEndDateOnly. The time portion of this field is always transferred in the Coordinated Universal Time (UTC) time zone. Translate the time portion to or from a local time zone for the user or the application, as appropriate. | |||||
| RECURRENCE_TYPE | VARCHAR2 | 64 | Indicates how often the Salesforce Classic event repeats. For example, daily, weekly, or every nth month (where nth is defined in RecurrenceInstance). | ||||
| REMINDER_DATE | DATE | Represents the time when the reminder is scheduled to fire, if IsReminderSet is set to true. If IsReminderSet is set to false, then the user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value. | |||||
| REMINDER_TIMESTAMP | TIMESTAMP | Represents the time when the reminder is scheduled to fire, if IsReminderSet is set to true. If IsReminderSet is set to false, then the user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value. | |||||
| SHOW_AS | VARCHAR2 | 64 | Indicates how this event appears when another user views the calendar: Busy, Out of Office, or Free. Label is Show Time As. | ||||
| EVENT_START_DATE | DATE | If theEventIsAllDayEventflag is set to true (indicating that its an all-dayEvent), then theeventstart date information is contained in theStartDateTimefield. The time portion of this field is always transferred in the Coordinated Universal Time (UTC) time zone. Translate the time portion to or from a local time zone for the user or the application, as appropriate. | |||||
| EVENT_START_TIMESTAMP | TIMESTAMP | If theEventIsAllDayEventflag is set to true (indicating that its an all-dayEvent), then theeventstart date information is contained in theStartDateTimefield. The time portion of this field is always transferred in the Coordinated Universal Time (UTC) time zone. Translate the time portion to or from a local time zone for the user or the application, as appropriate. | |||||
| SUBJECT | VARCHAR2 | 512 | The subject line of the event, such as Call, Email, or Meeting | ||||
| WHAT_ID | VARCHAR2 | 32 | The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object. The label is Related To ID. | ||||
| WHO_ID | VARCHAR2 | 32 | The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contacts ID or a leads ID. The label is Name ID. | ||||
| CALL_OBJECT | VARCHAR2 | 512 | Name of a call center. Limit is 255 characters.Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center. | ||||
| CALL_DISPOSITION | VARCHAR2 | 512 | Represents the result of a given call, for example, we'll call back, or call unsuccessful. Limit is 255 characters.Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Cente | ||||
| CALL_TYPE | VARCHAR2 | 64 | The type of call being answered: Inbound, Internal, or Outbound | ||||
| TASK_COMPLETED_DATE | DATE | The date and time the task was saved with a Closed status.For insert, if the task is saved with a Closed status the field is set. If the task is saved with an Open status the field is set to NULL.For update, if the task is saved with a new Closed status, the field is reset.If the task is saved with a new non-closed status, the field is reset to NULL.If the task is saved with the same closed status (that is, unchanged) there is no change to the field. | |||||
| TASK_COMPLETED_TIMESTAMP | TIMESTAMP | The date and time the task was saved with a Closed status.For insert, if the task is saved with a Closed status the field is set. If the task is saved with an Open status the field is set to NULL.For update, if the task is saved with a new Closed status, the field is reset.If the task is saved with a new non-closed status, the field is reset to NULL.If the task is saved with the same closed status (that is, unchanged) there is no change to the field. | |||||
| IS_TASK_CLOSED | VARCHAR2 | 16 | Indicates whether the task has been completed (true) or not (false). The default value of this field is false. Is only set indirectly via the Status picklist. Label is Closed. | ||||
| IS_HIGH_PRIORITY_TASK | VARCHAR2 | 16 | Indicates a high-priority task. This field is derived from the Priority field. The default value of this field is false. | ||||
| TASK_PRIORITY | VARCHAR2 | 32 | Required. Indicates the importance or urgency of a task, such as high or low. The default value of this field is Normal. | ||||
| TASK_STATUS | VARCHAR2 | 512 | Required. Indicates the status of the task. The default value of this field is Not Started. Each predefined Status field implies a value for the IsClosed flag. To obtain picklist values, query the TaskStatus object.Possible values are:Completed Deferred In ProgressNot Started Waiting on someone else | ||||
| OPPORTUNITY_CAMPAIGN_ID | VARCHAR2 | 32 | ID of a related Campaign | DW_SF_CAMPAIGN_D | |||
| OPPORTUNITY_CLOSE_DATE | DATE | Date when the opportunity is expected to close | |||||
| OPPORTUNITY_CONTACT_ID | VARCHAR2 | 32 | ID of the contact associated with this opportunity | DW_SF_CONTACT_D | |||
| OPPORTUNITY_DESCRIPTION | VARCHAR2 | 999 | description of the opportunity | ||||
| OPPORTUNITY_FORECAST_CATEGORY | VARCHAR2 | 64 | Restricted picklist field. It is implied, but not directly controlled, by the StageName field. You can override this field to a different value than is implied by the StageName value. The values of this field are fixed enumerated values. The field labels are localized to the language of the user performing the operation, if localized versions of those labels are available for that language in the user interface. | ||||
| OPPORTUNITY_FORECAST_CATEGORY_NAME | VARCHAR2 | 512 | The name of the forecast category. It is implied, but not directly controlled, by the StageName field. You can override this field to a different value than is implied by the StageName value | ||||
| OPPORTUNITY_HAS_OPEN_ACTIVITY | VARCHAR2 | 16 | Indicates whether an opportunity has an open event or task (true) or not (false). | ||||
| OPPORTUNITY_HAS_OVERDUE_TASK | VARCHAR2 | 16 | Indicates whether an opportunity has an overdue task (true) or not (false). | ||||
| OPPORTUNITY_IS_CLOSED | VARCHAR2 | 16 | Directly controlled by StageName. You can query and filter on this field, but you cant directly set it in a create, upsert, or update request. It can only be set via StageName | ||||
| OPPORTUNITY_IS_DELETED | VARCHAR2 | 16 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false) | ||||
| OPPORTUNITY_IS_PRIVATE | VARCHAR2 | 16 | Private flag | ||||
| OPPORTUNITY_IS_SPLIT | VARCHAR2 | 16 | Read-only field that indicates whether credit for the opportunity is split between opportunity team members. Label is IsSplit. This field is available in versions 14.0 and later for organizations that enabled Opportunity Splits during the pilot period. | ||||
| OPPORTUNITY_IS_WON | VARCHAR2 | 16 | Directly controlled by StageName. You can query and filter on this field, but you cant directly set the value. It can only be set via StageName | ||||
| OPPORTUNITY_LAST_STAGE_CHANGE_DATE | TIMESTAMP | The date of the last change made to the Stage field on this opportunity record. | |||||
| OPPORTUNITY_LAST_STAGE_CHANGE_TIMESTAMP | TIMESTAMP | The date of the last change made to the Stage field on this opportunity record. | |||||
| OPPORTUNITY_LEAD_SOURCE | VARCHAR2 | 512 | Source of this opportunity, such as Advertisement or Trade Show. | ||||
| ACTIVITY_OPPORTUNITY_ID | VARCHAR2 | 32 | ID of the associated Opportunity. | ||||
| OPPORTUNITY_NAME | VARCHAR2 | 256 | A name for this opportunity. | ||||
| OPPORTUNITY_NEXT_STEP | VARCHAR2 | 512 | Description of next task in closing opportunity. | ||||
| OPPORTUNITY_OWNER_ID | VARCHAR2 | 32 | ID of the User who has been assigned to work this opportunity. | DW_SF_USER_D | |||
| OPPORTUNITY_PRIMARY_PARTNER_ACCOUNT_ID | VARCHAR2 | 32 | ID of the partner account for the partner user that owns this opportunity | DW_SF_ACCOUNT_D | |||
| OPPORTUNITY_ACCOUNT_ID | VARCHAR2 | 32 | ID of the account associated with this opportunity. | DW_SF_ACCOUNT_D | |||
| OPPORTUNITY_PROBABILITY | NUMBER | Percentage of estimated confidence in closing the opportunity. It is implied, but not directly controlled, by the StageName field. You can override this field to a different value than what is implied by the StageName. | |||||
| OPPORTUNITY_STAGE_NAME | VARCHAR2 | 512 | Stage Name Of Opporunity | ||||
| OPPORTUNITY_TOTAL_QUANTITY | NUMBER | Read-only if this record has a quantity schedule, a revenue schedule, or both a quantity and a revenue schedule. | |||||
| OPPORTUNITY_TYPE | VARCHAR2 | 512 | Type of opportunity. For example, Existing Business or New Business. Label is Opportunity Type. | ||||
| OPPORTUNITY_TERRITORY_ID | VARCHAR2 | 32 | The ID of the territory that is assigned to the opportunity | DW_SF_TERRITORY_D | |||
| OPPORTUNITY_PUSH_COUNT | NUMBER | The number of times an opportunitys close date has been pushed out by one calendar month. For example, moving a close date from April to May counts as one push, but moving from April 1 to April 30 doesn't count. The total is not decreased when the close date is moved in. | |||||
| OPPORTUNITY_RECORD_TYPE_ID | VARCHAR2 | 32 | ID of the record type assigned | ||||
| OPPORTUNITY_CREATED_DATE | DATE | Creation Date - Audit column | |||||
| OPPORTUNITY_CREATED_TIMESTAMP | TIMESTAMP | Creation Date - Audit column | |||||
| OPPORTUNITY_PRICEBOOK_ID | VARCHAR2 | 32 | ID of a related Pricebook2 | DW_SF_PRICEBOOK_D | |||
| LEAD_ANNUAL_REVENUE | NUMBER | Indicates the record s clean status compared with Data.com. Values include: Matched, Different, Acknowledged, NotFound, Inactive, Pending, SelectMatch, or Skipped.Several values for CleanStatus appear with different labels on the lead record. | |||||
| LEAD_CLEAN_STATUS | VARCHAR2 | 64 | The lead s company. | ||||
| LEAD_COMPANY | VARCHAR2 | 512 | Object reference ID that points to the account into which the lead converted. | ||||
| LEAD_CONVERTED_ACCOUNT_ID | VARCHAR2 | 32 | Object reference ID that points to the contact into which the lead converted. | DW_SF_ACCOUNT_D | |||
| LEAD_CONVERTED_CONTACT_ID | VARCHAR2 | 32 | Date on which this lead was converted. | DW_SF_CONTACT_D | |||
| LEAD_CONVERTED_DATE | DATE | Object reference ID that points to the opportunity into which the lead has been converted. | |||||
| LEAD_CONVERTED_OPPORTUNITY_ID | VARCHAR2 | 32 | The lead s description. | ||||
| LEAD_DESCRIPTION | VARCHAR2 | 999 | The lead s email address. | ||||
| LEAD_EMAIL | VARCHAR2 | 128 | If bounce management is activated and an email sent to the lead bounced, the date of the bounce. | ||||
| LEAD_EMAIL_BOUNCED_DATE | DATE | If bounce management is activated and an email sent to the lead bounced, the date and time of the bounce. | |||||
| LEAD_EMAIL_BOUNCED_TIMESTAMP | TIMESTAMP | If bounce management is activated and an email sent to the lead bounced, the reason for the bounce. | |||||
| LEAD_EMAIL_BOUNCED_REASON | VARCHAR2 | 512 | The lead s first name | ||||
| LEAD_FIRST_NAME | VARCHAR2 | 64 | Indicates whether the lead has been converted (true) or not (false). | ||||
| LEAD_IS_CONVERTED | VARCHAR2 | 16 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false). | ||||
| LEAD_IS_DELETED | VARCHAR2 | 16 | If true, lead has been assigned, but not yet viewed. See Unread Leads for more information. | ||||
| LEAD_IS_UNREAD_BY_OWNER | VARCHAR2 | 16 | Last name of the lead | ||||
| LEAD_LAST_NAME | VARCHAR2 | 128 | The lead s source. | ||||
| LEAD_NUMBER_OF_EMPLOYEES | NUMBER | 38 | 0 | ID of the lead s owner. | |||
| LEAD_OWNER_ID | VARCHAR2 | 32 | Rating of the lead. | DW_SF_USER_D | |||
| LEAD_RATING | VARCHAR2 | 512 | State for the address of the lead. | ||||
| LEAD_STATE | VARCHAR2 | 128 | Status code for this converted lead | ||||
| LEAD_STATUS | VARCHAR2 | 512 | Title for the lead, such as CFO or CEO. | ||||
| LEAD_TITLE | VARCHAR2 | 128 | Lead Title | ||||
| LEAD_CURRENCY_CODE | VARCHAR2 | 64 | Available only for organizations with the multicurrency feature enabled. Contains the ISO code for any currency allowed by the organization. | ||||
| LEAD_CREATED_DATE | DATE | Creation Date - Audit column | |||||
| LEAD_CREATED_TIMESTAMP | TIMESTAMP | Creation Date - Audit column | |||||
| ACTIVITY_LEAD_ID | VARCHAR2 | 32 | |||||
| ACTIVITY_CAMPAIGN_ID | VARCHAR2 | 32 | ID of a related Campaign | ||||
| ACTIVITY_CONTACT_ID | VARCHAR2 | 32 | |||||
| ACTIVITY_PRODUCT_ID | VARCHAR2 | 32 | |||||
| ACTIVITY_TYPE | VARCHAR2 | 64 | |||||
| LEAD_SOURCE | VARCHAR2 | 512 | |||||
| LEAD_CREATED_BY_USER_ID | VARCHAR2 | 32 | |||||
| LEAD_LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | |||||
| LEAD_INDUSTRY | VARCHAR2 | 512 | |||||
| LEAD_WEBSITE | VARCHAR2 | 999 | |||||
| LEAD_COUNTRY | VARCHAR2 | 128 | |||||
| LEAD_CITY | VARCHAR2 | 64 | |||||
| LEAD_POSTAL_CODE | VARCHAR2 | 32 | |||||
| LEAD_LAST_MODIFIED_TIMESTAMP | TIMESTAMP | ||||||
| LEAD_LAST_MODIFIED_DATE | DATE | ||||||
| OPPORTUNITY_LAST_ACTIVITY_DATE | DATE | ||||||
| OPPORTUNITY_HAS_OPPORTUNITY_LINE_ITEM | VARCHAR2 | 16 | |||||
| OPPORTUNITY_CURRENCY_CODE | VARCHAR2 | 32 | |||||
| OPPORTUNITY_CREATED_BY_USER_ID | VARCHAR2 | 32 | |||||
| OPPORTUNITY_LAST_MODIFIED_TIMESTAMP | TIMESTAMP | ||||||
| OPPORTUNITY_LAST_MODIFIED_DATE | DATE | ||||||
| OPPORTUNITY_LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | |||||
| IS_GROUP_EVENT | VARCHAR2 | 16 | Indicates whether the event is a group eventthat is, whether it has invitees (true) or not (false). |
Event Details
Copyright © 2019, 2025, Oracle and/or its affiliates.