Replies: 1 comment 9 replies
-
@fabm97 thanks for reporting this - I’m also ok with it being logged as an issue; even if it doesn’t happen every time, I’ve seen the error emails for this come through often enough to be convinced it’s some edge case worth tracking down. I will try to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
we recently discovered some of our rollups failing due to a query issue:
The field Parent_Meter__c only exists on the Lookup Object "Meter" and as I understand it should normally also only be queried from Meter__c and not the Calc Item Object Meter2GenerationUnitRelationship__c.
The error only happens on our production system and not on any test system (all systems are on 1.4.7) although the Rollup Metadata Record is the same. I'd guess this may be an error happening only with specific data constellation, as it also only occurs in 2 of 70 batches of the Rollup Recalculation.
The metadata record looks like this:
I hope you can maybe help us figure this out, because I think this may be some general bug in Apex Rollup.
(Edit: Created as issue by accident, moved it now into discussion)
Beta Was this translation helpful? Give feedback.
All reactions