declarative-lookup-rollup-summaries
declarative-lookup-rollup-summaries copied to clipboard
Big Objects
Describe the bug System.SObjectException: Cannot locate Apex Type for ID: 000000000000000AAA
To Reproduce Steps to reproduce the behavior:
- Create a DRLS
- Calculation Mode = Developer
- dlrs.RollupService.rollup([SELECT fields__c from Big_Object__c]);
Expected behavior According to the BigObjects documentation (https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/big_object_querying.htm) To query big objects in Developer Console, remove Id from the generated query.