function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
StephenCraneStephenCrane 

Random Error With Rollup

Hey there,

Lately I've been getting an error involving the Declaritive Rollup Helper, and it involves Zuora (which is our billing platform). I'm not sure how to troubleshoot this or where to begin. To my knowledge we didn't have any deployments (but we're having trouble deploying one now and I'm not sure if this is related).

Apex script unhandled trigger exception by user/organization: 0050a00000GdeoJ/00Dj0000001u8FQ

dlrs_Zuora_CustomerAccountTrigger: execution of AfterUpdate

caused by: System.NoAccessException: Entity is not api accessible

Class.dlrs.fflib_SObjectSelector: line 36, column 1
Class.dlrs.RollupSummariesSelector.CustomObjectSelector.<init>: line 102, column 1
Class.dlrs.RollupSummariesSelector.<init>: line 43, column 1
Class.dlrs.RollupService.describeRollups: line 992, column 1
Class.dlrs.RollupService.handleRollups: line 673, column 1
Class.dlrs.RollupService.triggerHandler: line 307, column 1
Trigger.dlrs_Zuora_CustomerAccountTrigger: line 7, column 1
Dushyant SonwarDushyant Sonwar
Hi Stephen,
This can be due to the new security update.
can you check the version of rollup helper by going to installed package section in quick sidebar (setup) ?

I would suggest you to upgrade to newer version of roll up helper.

Also you can contact the rollup helper publisher , as you installed this app from appexchange.

https://www.passagetechnology.com/contact-us

Hope this helps!