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