You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to rollup to BenefitSession as the parent object, performing a full calculate or scheduled flow will cause it to hang forever, even when running it on a single record (with just 1 child record for testing).
This is not the case for all NPC objects, as BenefitAssignment can be a parent object without issue. BenefitSession can also be a child object and rollup just fine.
Real-time mode works as well, it just fails on full calculate/scheduled.
Also note that using a scheduled flow and calling the rollup with BenefitSession as the parent works as well.
To Reproduce
Create a rollup with BenefitSession as the Parent, BenefitAssignment as the Child. Rollup a Count of Id, perform a full calculate on a single BenefitSession record. Apex Jobs will show it in Processing mode forever.
Scheduled rollups will fail as well since it's trying to process the job but never succeeds, giving an error that the same rollup is already processing.
Expected behavior
This should be a simple rollup counting the child records.
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to rollup to BenefitSession as the parent object, performing a full calculate or scheduled flow will cause it to hang forever, even when running it on a single record (with just 1 child record for testing).
This is not the case for all NPC objects, as BenefitAssignment can be a parent object without issue. BenefitSession can also be a child object and rollup just fine.
Real-time mode works as well, it just fails on full calculate/scheduled.
Also note that using a scheduled flow and calling the rollup with BenefitSession as the parent works as well.
To Reproduce
Create a rollup with BenefitSession as the Parent, BenefitAssignment as the Child. Rollup a Count of Id, perform a full calculate on a single BenefitSession record. Apex Jobs will show it in Processing mode forever.
Scheduled rollups will fail as well since it's trying to process the job but never succeeds, giving an error that the same rollup is already processing.
Expected behavior
This should be a simple rollup counting the child records.
The text was updated successfully, but these errors were encountered: