UndecidedEventRelation
Tracks relationships between events and attendees who have not yet responded to invitations.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the record linking an event to a related user or contact with an undecided response. | |
| RelationId | String | Identifier of the user, contact, or lead associated with the event who has not responded. | |
| RelationIdType | String | Specifies the type of the 'RelationId' polymorphic field to use in the statement. | |
| RelationIdExternalFieldName | String | Specifies the external field name of the 'RelationId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| EventId | String |
Event.Id | Identifier of the calendar event that this record is linked to. |
| RespondedDate | Datetime | Date and time when the individual responded to the event invitation, if applicable. | |
| Response | String | Response status of the invitee, such as Accepted, Declined, or Undecided. | |
| CreatedById | String |
User.Id | Identifier of the user who created the undecided event relation. |
| LastModifiedDate | Datetime | Date and time when the relation record was last modified. | |
| LastModifiedById | String |
User.Id | Identifier of the user who last modified the record. |
| IsDeleted | Bool | Indicates whether the undecided event relation has been deleted. | |
| Type | String | Type of related record, such as User, Contact, or Lead. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | System-generated timestamp indicating the most recent change to the record. | |
| CreatedDate | Datetime | Date and time when the undecided event relation was created. |