DeclinedEventRelation
Tracks relationships between events and attendees who have declined invitations.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier of the declined event relation record. | |
| RelationId | String | ID of the user or contact who declined the event invitation. | |
| 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 was declined. |
| RespondedDate | Datetime | Date and time when the decline response was submitted. | |
| Response | String | Response status, such as 'Declined'. | |
| CreatedById | String |
User.Id | ID of the user who created the declined event relation record. |
| LastModifiedDate | Datetime | Date and time when the declined event relation record was last modified. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the declined event relation record. |
| IsDeleted | Bool | Indicates whether the declined event relation record has been deleted. | |
| Type | String | Specifies the type of relation, 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 | Timestamp of the last system update for the declined event relation. | |
| CreatedDate | Datetime | Date and time when the declined event relation record was created. |