One or more member status values defined for a
campaign.
Supported Calls
create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()
Special Access
Rules
Customer Portal users can't access this object.
You can't delete a CampaignMemberStatus if that status is designated as the default status or if the
status is currently used in a Campaign.
Fields
| CampaignId
|
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- ID of the campaign associated with this member status.
|
| HasResponded
|
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Indicates whether this status is equivalent to “Responded”
(true) or not (false).
|
| IsDefault
|
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Indicates whether this status is the default status (true) or not (false).
|
| IsDeleted
|
- Type
- boolean
- Properties
- Defaulted on create, Filter
- Description
- Indicates whether the object has been moved to the Recycle Bin
(true) or not (false). Label is Deleted.
|
| Label
|
- Type
- string
- Properties
- Create, Filter, Sort
- Description
- Label for the status in the picklist. Limited to 765 characters.
|
| SortOrder
|
- Type
- int
- Properties
- Create, Filter, Group, Sort, Update
- Description
- Order where this campaign member status appears in the picklist.
|
Usage
Use this object to create picklist
items for the member status in a campaign.
This object is defined
only for those organizations that have the marketing feature and valid
marketing licenses. In addition, the object is accessible only to
those users that are enabled as marketing users. If the organization
does not have the marketing feature or valid marketing licenses, this
object does not appear in a describeGlobal() call, and you can't use describeSObjects() or query() with the CampaignMember object.