AsgnRsrcApptSchdEvent
Represents the assigned resources that are part of various platform events.
This object is included in a streamed notification received on the channels for the parent
platform events. You can’t subscribe to the AsgnRsrcApptSchdEvent channel directly. This
object is available in API version 50.0 and later.
Supported Calls
describeSObjects()
Parent Platform Events
- AppointmentSchedulingEvent
- ServiceAppointmentEvent
Fields
Field | Details |
---|---|
AssignedResourceId |
|
ChangedFields |
|
EventUuid |
|
IsPrimaryResource |
|
IsRequiredResource |
|
ServiceResourceId |
|
ServiceResourceUserEmail |
|
ServiceResourceUserId |
|
ServiceResourceUserName |
|
Example
This example shows the assigned resources associated with the event.
{
"IsPrimaryResource": true,
"ServiceResourceUserName": "Rachel Adams",
"ServiceResourceUserId": "005xx000001X7dl",
"AssignedResourceId": "03rxx0000004gLc",
"ServiceResourceId": "0Hnxx0000004C92",
"ServiceResourceUserEmail": "ra@example.com",
"IsRequiredResource": true
}