Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
UndecidedEventRelation
Represents event participants (invitees or attendees) with the status Not Responded for a
given event. This object is available in API versions 29.0 and later.
Supported Calls
describeSObjects(), query(), retrieve()
Fields
| Field Name | Details |
|---|---|
| EventId |
|
| RelationId |
|
| RespondedDate |
|
| Response |
|
| Type |
|
Usage
- Query invitees who have not responded to an invitation to an event
-
1SELECT eventId, type, response FROM UndecidedEventRelation WHERE eventid='00UTD000000ZH5LA'