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
jvjv 

How to download/extract Task.Types and Event.Types?

We're added a number of "custom" Task.Types and Event.Types?  Which table(s) in Salesforce contain these values?  We'd like to be able to extract them from the datasource as opposed to trying to manually track these.

Thanks,
Jason

 

DevAngelDevAngel

Hi jv,

The task.type is a picklist.  The values for a picklist are obtained using the DescribeSObject call.

dannyboy75dannyboy75

Hi Dave,

How do u use the :

DescribeSObject

To get the values?

Thanks,

Dan

 

DevAngelDevAngel

Hi dannyboy75,

That depends on what tools you are using.  .Net? Java? PHP? Perl?