CampaignMemberStatus
Defines possible statuses for campaign members, such as Sent, Responded, or Attended.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the campaign member status record. | |
| IsDeleted | Bool | Indicates whether the campaign member status has been deleted (true) or is active (false). | |
| CampaignId | String |
Campaign.Id | ID of the campaign associated with this member status. |
| Label | String | Display label for the campaign member status, such as Sent or Responded. | |
| SortOrder | Int | Position of the status in the list, used for ordering in the user interface. | |
| IsDefault | Bool | Indicates whether this status is the default selection for new campaign members. | |
| HasResponded | Bool | Indicates whether this status reflects a response from the lead or contact. | |
| CreatedById | String |
User.Id | ID of the user who created the campaign member status record. |
| LastModifiedDate | Datetime | Date and time when the campaign member status was last updated. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the campaign member status record. |
| 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-maintained timestamp for tracking the latest change to the record. | |
| CreatedDate | Datetime | Date and time when the campaign member status was created. |