Replies: 2 comments 1 reply
-
|
Is it possible for you to attach a log where that error message is showing? I do not believe that is related to Apex Rollup |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Here comes an example @jamessimone |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm replacing Apex RollUps with DLRS and we have a rollup from Quote Line to Quote Line. We are aggregating SUM from children Quote Lines to the Parent Quote Lines
We use SBQQ__RequiredBy__c as lookup and the children har identified through a SOQL.
I've attempted to launch the rollup from flow and CMDT rollup and it does not work properly - I run in to
"CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY, SBQQ.QuoteLineAfter: execution of AfterUpdate"
"System.AsyncException: hasMaxStackDepth is not allowed outside a Queueable of Finalizer execution"
Beta Was this translation helpful? Give feedback.
All reactions