I am trying to export attachment files as a zip. I have succeeeded in getting files with an export package. But I want to get attachments specifically from the Salesforce Account object and filter by fields that are unique to the Account object. I can filter by the "parent object", but this doesn't give me access to Account fields.
I thought maybe I could get a list of Account IDs that I want and then use that to match the generic ID field of the parent obejct in my attachments query, but it seems there is no way to do that.
Any help would be appreciated. Thanks!