mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
113 lines
3.8 KiB
JSON
113 lines
3.8 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"field_reference"
|
||
],
|
||
"title": "UnifiedActivity - Data API",
|
||
"description": "Represents an activity that is automatically captured from Einstein Activity Capture (EAC) or other activity data, such as calls, manually logged tasks, and emails. This object consists of fields common to all types of activity-related objects such as Event, Task, EmailMessage, VoiceCall, VideoCall, and so on. This object is available for reports and dashboards in the Winter ’24 release and later.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description",
|
||
"relationship_name",
|
||
"relationship_type",
|
||
"refers_to"
|
||
],
|
||
"fields": {
|
||
"ActivityDateTime": {
|
||
"type": "dateTime",
|
||
"properties": "Filter, Sort",
|
||
"description": "The date and time of the activity in the Coordinated Universal Time (UTC) time zone."
|
||
},
|
||
"ActivitySubType": {
|
||
"type": "picklist",
|
||
"properties": "Filter, Nillable, Restricted picklist",
|
||
"description": "Provides standard subtypes to facilitate creating and searching for specific activity subtypes. Possible values are: Captured LegacyCall Streamed VoiceCall"
|
||
},
|
||
"ActivityType": {
|
||
"type": "picklist",
|
||
"properties": "Filter, Nillable, Restricted picklist",
|
||
"description": "The type of activity. Possible values are: UnifiedActivity UnifiedEmail UnifiedMeeting UnifiedTask UnifiedVideoCall UnifiedVoiceCall"
|
||
},
|
||
"DetailId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The ID of the object that contains detailed activity-specific information. The object depends on the activity type. For example, the detail for a Task activity is a Task object. The detail for an Event activity is an Event object. This field is a polymorphic relationship field.",
|
||
"relationship_name": "Detail",
|
||
"relationship_type": "Lookup",
|
||
"refers_to": "EmailMessage, Event, Task, VideoCall, VoiceCall"
|
||
},
|
||
"InternalEventKey": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "Reserved for internal use."
|
||
},
|
||
"IsInsightAvailable": {
|
||
"type": "boolean",
|
||
"properties": "Defaulted on create, Filter",
|
||
"description": "Indicates whether the activity has an insight associated with it (true) or not (false). The default value is false."
|
||
},
|
||
"Snippet": {
|
||
"type": "string",
|
||
"properties": "Nillable",
|
||
"description": "An abbreviation of the activity body or description. This field has a maximum length of 255 characters."
|
||
},
|
||
"Subject": {
|
||
"type": "string",
|
||
"properties": "None",
|
||
"description": "Contains the subject of the task or event."
|
||
}
|
||
},
|
||
"field_reference": {
|
||
"ActivityDateTime": {
|
||
"field_label": "Activity Date and Time",
|
||
"type": "datetime"
|
||
},
|
||
"ActivitySubType": {
|
||
"field_label": "Activity Subtype",
|
||
"type": "picklist",
|
||
"length": "255"
|
||
},
|
||
"ActivityType": {
|
||
"field_label": "Activity Type",
|
||
"type": "picklist",
|
||
"length": "255"
|
||
},
|
||
"DetailId": {
|
||
"field_label": "Additional Detail ID",
|
||
"type": "reference",
|
||
"length": "18"
|
||
},
|
||
"Id": {
|
||
"field_label": "Unified Activity ID",
|
||
"type": "id",
|
||
"length": "18"
|
||
},
|
||
"InternalEventKey": {
|
||
"field_label": "Internal Event Key",
|
||
"type": "string",
|
||
"length": "255"
|
||
},
|
||
"IsInsightAvailable": {
|
||
"field_label": "Insight Available",
|
||
"type": "boolean"
|
||
},
|
||
"Snippet": {
|
||
"field_label": "Snippet",
|
||
"type": "string",
|
||
"length": "255"
|
||
},
|
||
"Subject": {
|
||
"field_label": "Subject",
|
||
"type": "string",
|
||
"length": "255"
|
||
}
|
||
},
|
||
"field_reference_columns": [
|
||
"field_label",
|
||
"type",
|
||
"length"
|
||
]
|
||
} |