For most sobjects, they support queries such as find_by_... etc. However,
client.materialize("ActivityHistory")
returns a class that does not support query. When I try to run ActivityHistory.query("anything")
I get...
Databasedotcom::SalesForceError: entity type ActivityHistory does not support query
I'm trying to extract the ActivityHistory for the last 30 days, and find out the account it lies in, and the user that created it.
Help, please!