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
moverdorfmoverdorf 

How To Get The Category Value From Open Activities Form

Ok, I am using the following two queries to obtain all Tasks/Events for a contact:

Select Accountid,Location ,Subject,Description,ActivityDate,ActivityDateTime from Event where Who.id ='003A000000KQcc1IAD'
Select Accountid,Status ,Subject,Description,ActivityDate,Priority,owner.name,isclosed from Task where Who.id ='003A000000KQcc1IAD'

How can I get the CATEGORY value that is displayed on the Open Activities Panel?... This field is not on either the Task or Event Object.
moverdorfmoverdorf
Sorry, category was a custom field... Brain fart.