declarative-lookup-rollup-summaries icon indicating copy to clipboard operation
declarative-lookup-rollup-summaries copied to clipboard

Big Objects

Open konradbeck-creditech opened this issue 4 years ago • 3 comments

Describe the bug System.SObjectException: Cannot locate Apex Type for ID: 000000000000000AAA

To Reproduce Steps to reproduce the behavior:

  1. Create a DRLS
  2. Calculation Mode = Developer
  3. 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.

konradbeck-creditech avatar Nov 23 '20 10:11 konradbeck-creditech