Skip to main content

Hello,

We recently turned on field history tracking for Tasks and we're trying to use the captured data. To do so, I'm querying the related big object, ActivityFieldHistory. However, I'm not able for the life of me to figure out which fields in the table make up the composite key and in which order. I keep getting the error "filters may not have any gaps within the composite key". But there isn't any Salesforce documentation on what fields compose the composite key on this object! Any help is appreciated!

 

For reference, I'm trying to query based on the ChangedDate field.

2 个回答
  1. 2024年5月13日 13:08

    @Jeff Weller Thanks, but that question is about a custom big object, where the developer set up the index themselves. In my case, I have a standard big object and I need to find out how Salesforce set up the index for it eg. which fields they defined for the composite key combination.

0/9000