afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/UnifiedTask.json

64 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "UnifiedTask - Data API",
"description": "Represents a business activity such as a to-do item. 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": "Always blank for this object."
},
"ActivityType": {
"type": "picklist",
"properties": "Filter, Nillable, Restricted picklist",
"description": "The type of activity. Possible value is UnifiedTask."
},
"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. This field is a relationship field.",
"relationship_name": "Detail",
"relationship_type": "Lookup",
"refers_to": "Task"
},
"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 task body or description. This field has a maximum length of 255 characters."
},
"Subject": {
"type": "string",
"properties": "None",
"description": "The subject line of the task."
}
},
"special_access_rules": "Einstein Activity Capture and Activity 360 Reporting must be enabled.\n\nEinstein Activity Capture and Activity 360\n Reporting must be enabled."
}