Salesforce Fact #433 | CampaignMemberStatus

Do you know there is an object, CampaignMemberStatus which keeps track of all the Campaign member statuses for a particular campaign. Some of the fields are:

1) SortOrder: It is the order in which the member status picklist values are displayed while adding a contact or Lead to a campaign.

2) HasResponded: It is true if the member status is marked as responded.

3) IsDefault: We can have only one member status as default at a time. This flag indicates whether the value is default or not. This is basically the default member status while adding any member to the campaign.

For more details, check https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_campaignmemberstatus.htm

Attached are the screenshots.







Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow