AcceptedEventRelation
Stores relationships between events and attendees who have accepted invitations in Salesforce.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique ID of the AcceptedEventRelation record. | |
| RelationId | String | ID of the related user, contact, or lead who is associated with the event. | |
| 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 | ID of the event that this relation record is linked to. |
| RespondedDate | Datetime | The date and time when the invitee responded to the event invitation. | |
| Response | String | The type of response provided by the invitee, such as Accepted, Declined, or Tentative. | |
| CreatedById | String |
User.Id | ID of the user who created the AcceptedEventRelation record. |
| LastModifiedDate | Datetime | Timestamp indicating the last time the record was modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| IsDeleted | Bool | Indicates whether the record has been deleted (true) or is still active (false). | |
| Type | String | Specifies the type of relation to the event, 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 used for internal processing and synchronization. | |
| CreatedDate | Datetime | Timestamp indicating when the relation record was created. |