Newer Version Available
AsgnRsrcApptSchdEvent
Represents the assigned resources that are part of the
AppointmentSchedulingEvent. This object is included in a streamed notification received on the
/event/AppointmentSchedulingEvent channel. You can’t subscribe to the AsgnRsrcApptSchdEvent
channel directly. This object is available in API version 50.0 and later.
Supported Calls
describeSObjects()
Fields
| Field | Details |
|---|---|
| AssignedResourceId |
|
| ChangedFields |
|
| IsPrimaryResource |
|
| IsRequiredResource |
|
| ServiceResourceId |
|
| ServiceResourceUserEmail |
|
| ServiceResourceUserId |
|
| ServiceResourceUserName |
|
Example
This example shows the assigned resources associated with the event.
1{
2 "IsPrimaryResource": true,
3 "ServiceResourceUserName": "Rachel Adams",
4 "ServiceResourceUserId": "005xx000001X7dl",
5 "AssignedResourceId": "03rxx0000004gLc",
6 "ServiceResourceId": "0Hnxx0000004C92",
7 "ServiceResourceUserEmail": "ra@example.com",
8 "IsRequiredResource": true
9}