mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
47 lines
1.8 KiB
JSON
47 lines
1.8 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"special_access_rules"
|
||
],
|
||
"title": "UnifiedTaskParticipant - Data API",
|
||
"description": "Represents a participant in a task. 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": {
|
||
"ActivityId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "ID of the activity the person is participating in. This field is a relationship field.",
|
||
"relationship_name": "Activity",
|
||
"relationship_type": "Lookup",
|
||
"refers_to": "UnifiedTask"
|
||
},
|
||
"ChannelAddress": {
|
||
"type": "string",
|
||
"properties": "Filter, Nillable",
|
||
"description": "Username of the participant. The username is captured at the time of the communication; it doesn’t change if the contact’s username is updated later."
|
||
},
|
||
"ParticipantType": {
|
||
"type": "picklist",
|
||
"properties": "Filter, Nillable, Restricted picklist",
|
||
"description": "The participant’s role in the activity. Possible values are: AssignedTo Attendee BCC CC From OptionalAttendee Organizer To"
|
||
},
|
||
"PersonId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "ID of the contact, lead, or user participating in the activity. This field is a polymorphic relationship field.",
|
||
"relationship_name": "Person",
|
||
"relationship_type": "Lookup",
|
||
"refers_to": "Contact, Lead, User"
|
||
}
|
||
},
|
||
"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."
|
||
} |