You need to sign in to do that
Don't have an account?

campaign member status
Hi,
I am looking for the way to retrieve default value from Member Status Values. thanks.
regards,
sq
I am looking for the way to retrieve default value from Member Status Values. thanks.
regards,
sq
Is anyone know my question here?
I have search through sforce explorer and seems this field is used for CampaignMember, but I do not know how to retrieve the default value. Thanks.
regards,
sq
Hi,
How to get table of Member Status Values from API? Any sample will be very appreciate.
sq
loop through the fields until you find the one called status. look at the picklistValues array, each object in the array includes the defaultValue boolean field, this will be true for the picklist value that is the default.
Hi,
I test to Account object using describeSObject and it give me the picklist value for picklist field such as Type. But for CampaignMember, I think it will be different situation, since may be Campaign-1 have different picklist value with Campaign-B. any ideas?
sq
Hi,
I have test to Account object using describeSObject and it give me the picklist value for picklist field such as Type. But for CampaignMember object, I think it will be different situation, since may be Campaign-1 have different picklist value with Campaign-2. any ideas how to retrieve values of picklist?
sq
why Sent and Responded are the defuaults values?
I need more values, and should I create those values everytime?
best regards.
Federico.
ps: How do I remove a Campaign Member? I only can change Status or Add more, but not remove.