| AccountId |
- Type
- reference
- Properties
- Filter, Group, Nillable, Sort
- Description
- Indicates the ID of the
related account, which is determined as follows:
- The account associated with the WhatId, if it exists; or
- The account associated with the WhoId, if it exists;
otherwise
- null
For information on IDs, see ID Field Type.
|
| ActivityDate |
- Type
- date
- Properties
- Filter, Group, Nillable, Sort
- Description
- Indicates one of the following:
- The due date of a task
- The due date of an event if IsAllDayEvent is set to true
- This field has a time stamp that is always set to midnight in the Universal Time
Coordinated (UTC) time zone. The time stamp doesn’t represent the time of the
activity; don’t attempt to alter it to accommodate time zone differences. Label is
Date.
|
| ActivityType |
- Type
- picklist
- Properties
- Filter, Group, Nillable, Sort
- Description
-
Represents one of the following values: Call,
Meeting, or Other. Label is Type.
|
| CallDisposition |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
-
Represents the result
of a given call, for example, “we'll call back,” or
“call unsuccessful.” Limit is 255 characters.
|
| CallDurationInSeconds |
- Type
- int
- Properties
- Filter, Group, Nillable, Sort
- Description
-
Duration of the call
in seconds.
|
| CallObject |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
-
Name of a call center.
Limit is 255 characters.
|
| CallType |
- Type
- picklist
- Properties
- Filter, Group, Nillable, Restricted picklist, Sort
- Description
-
The type of call being
answered: Inbound, Internal, or Outbound.
|
| ConnectionReceivedId |
- Type
- reference
- Properties
- Filter, Group, Nillable, Sort
- Description
- Indicates the ID of the PartnerNetworkConnection that shared this record with your organization. This field is available only if your
organization has enabled Salesforce to Salesforce and only in API versions 28.0 and
later.
|
| ConnectionSentId |
- Type
- reference
- Properties
- Filter, Group, Nillable, Sort
- Description
- Indicates the ID of the PartnerNetworkConnection that your organization shared this record with. This field is available only if your
organization has enabled Salesforce to Salesforce, and only in API versions 28.0 and later.
The value is always null. You can use the PartnerNetworkRecordConnection object to forward records to connections.
|
| Description |
- Type
- textarea
- Properties
- Nillable
- Description
-
Contains a description of the event or task. Limit is 32 KB.
|
| Division |
- Type
- picklist
- Properties
- Filter, Group, Restricted picklist, Sort
- Description
- A logical segment of your organization’s
data. Available only if the organization has the Division permission
enabled.
|
| DurationInMinutes |
- Type
- int
- Properties
- Filter, Group, Nillable, Sort
- Description
-
Indicates the duration of the event or task.
|
| EndDateTime |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- Indicates the end date and time of the event or task. Available in versions 27.0 and
later. This field is optional, depending on the following:
- 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.
- If IsAllDayEvent
is false, a value must be supplied for either DurationInMinutes or EndDateTime.
Supplying values in both fields is allowed if the values add up to the same amount of
time.
|
| IsAllDayEvent |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- If the value of this field is set to true, then
the activity is an event spanning a full day, and the ActivityDate defines the date of the event. If the value of this field is set to false, then the activity may be an event spanning less than
a full day, or it may be a task. Label is All-Day Event.
|
| IsClosed |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether a task is closed; value is always true. This field is set indirectly by setting the Status field on the task—each picklist value has a corresponding
IsClosed value. Label is Closed.
|
| IsDeleted |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
-
Indicates whether the activity has been moved to the Recycle Bin (true) or not (false).
Label is Deleted.
|
| IsHighPriority |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group,
Sort
- Description
- Indicates a high-priority task. This field is derived from the
Priority field.
|
| IsOnlineMeeting |
- Type
- boolean
- Properties
- Defaulted on create, Filter
- Description
-
Indicates whether the activity represents an online meeting ( true) or not ( false). This field is not available in API version 16.0 or
later.
|
| IsReminderSet |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether a reminder is set for an activity (true) or not (false).
|
| IsTask |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
-
If the value of this field is set to true, then
the activity is a task. If the value is set to false, then the activity is an event. Label is Task.
|
| IsVisibleInSelfService |
- Type
- boolean
- Properties
- Defaulted on create, Filter
- Description
-
If the value of this field is set to true, then
the activity can be viewed in the self-service portal. Label is Visible in
Self-Service.
|
| Location |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
-
If the activity is an event, then this field contains the location of the event. If
the activity is a task, then the value is null.
|
| OwnerId |
- Type
- reference
- Properties
- Filter, Group, Nillable, Sort
- Description
-
Indicates the ID of the user who owns the activity.
|
| PrimaryAccountId |
- Type
- reference
- Properties
- Filter, Group, Nillable, Sort
- Description
- Contains the AccountId value from the activity record. Available
in API versions 30.0
and later to organizations that use Shared Activities.
|
| PrimaryWhoId |
- Type
- reference
- Properties
- Filter, Group, Nillable, Sort
- Description
- Contains the WhoId value from the activity record. Available in
API versions 30.0
and later to organizations that have enabled Shared Activities.
|
| Priority |
- Type
- picklist
- Properties
- Filter, Group, Nillable, Sort
- Description
- Indicates the priority of a task, such as high, normal, or low.
|
| ReminderDateTime |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- 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.
|
| Status |
- Type
- picklist
- Properties
- Filter, Group, Nillable, Sort
- Description
-
Indicates the current status of a task, such as in progress or complete. Each
predefined status field sets a value for IsClosed. To obtain picklist values, query TaskStatus.
|
| Subject |
- Type
- combobox
- Properties
- Filter, Nillable, Sort
- Description
-
Contains the subject of the task or event.
|
| WhatId |
- Type
- reference
- Properties
- Filter, Group, Nillable, Sort
- Description
- Indicates the ID of the related object (Campaign, Case,
Opportunity, or custom object). Label is Opportunity/Account ID.
|
| WhoId |
- Type
- reference
- Properties
- Filter, Group, Nillable, Sort
- Description
- Indicates the ID of the related lead or contact. If the ID in this field refers to a
lead, then the WhatId field must be null. If your organization uses
Shared Activities, when you query activities in API version 30.0 or
later, then the returned value of the WhoId field matches the value
in the queried object, not necessarily in the activity record itself. Label is
Contact/Lead ID.
|