function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tjeppesetjeppese 

CampaignMember Description -

A lot of SalesForce objects have a field "Description", and they are usually accessible through the API.

 

So does the object CampaignMember but for some reason it is NOT accessible through the API.

 

Can anyone tell me why that is?

I need to have control over it from Perl.

 

 

Best Answer chosen by Admin (Salesforce Developers) 
jkucerajkucera

What are you trying to do?  This may be a documentation error as there's no "Description" in the UI or API.  I don't believe it's available in the database either.

 

You can create a custom field to write description notes if you like.

All Answers

imuino2imuino2

Apparently it is a read only field, and as far as i see it can't be changed.

tjeppesetjeppese

Yes and oddly enough: It even cannot be read through the API.

 

jkucerajkucera

What are you trying to do?  This may be a documentation error as there's no "Description" in the UI or API.  I don't believe it's available in the database either.

 

You can create a custom field to write description notes if you like.

This was selected as the best answer
tjeppesetjeppese

When I open Setup -> Customize -> Campaign -> CampaignMember -> Fields, the field is listed among the native fields.

In the Layout Editor I can also select the field and put it on my screen layout.

 

But it is true that  I cannot set Field Level Security to other than Read-Only - I had not noticed that before.

It does not make sense to me to have a Description-field that I cannot put a value into.

 

I have created a custom field, and life is good.

 

Thanks!