I tried to create a table based on a model of the ActivityHistory object, but I get this error when I try to view the page:
1. An error occurred while attempting to perform the following SOQL query: SELECT Id,ActivityType,IsTask,Subject,Status,Priority,Location,ActivityDate,Description,Owner.Name,OwnerId FROM ActivityHistory WHERE ((WhatId = ‘a0Gd000000GApaJEAT’)) ORDER BY LastModifiedDate DESC LIMIT 101 Error:entity type ActivityHistory does not support queryAm I not going to be able to do this?
