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
We have a field in the Opportunity object that performs a rollup action based on specific criteria from child records and populates the field. This rollup process is scheduled to run daily. Similar rollup actions exist for other fields as well.
The issue is that the scheduler does not always execute as expected and stops running intermittently. However, when we manually delete the Lookup Rollup Calculate job record associated with the rollup action and re-execute it, it works perfectly for the same record. This behavior occurs randomly across different Lookup Rollup items and intervals. Additionally, no errors are logged for this issue.
I noticed that the Lookup Rollup Scheduled Full Calculate Next Date is set to 2/2/2025 12:00 AM for a Lookup Rollup item, which is in the past.
Expected Behavior:
The job should run daily as scheduled and accurately calculate values based on the given criteria.
The text was updated successfully, but these errors were encountered:
#1 Current Version: 2.17 #2 Yes, it is currently executing around 300+ jobs. #3 No logs have been created recently, and we don't find any errors in the Apex jobs either. #4 & #5 We couldn't track the frequency. Previously, we faced this issue with another field, and we executed the full calculation to fix it. Currently, we don't have detailed information about it. #6 Yes, the next scheduled run is next month. It runs during the 1st week of every month to recalculate the values. However, for the current month, although it showed as executed, the values were not calculated. When I deleted the lookup calculate job record for the formula and executed the full calculation manually, it worked again without making any changes to the records.
Description:
We have a field in the Opportunity object that performs a rollup action based on specific criteria from child records and populates the field. This rollup process is scheduled to run daily. Similar rollup actions exist for other fields as well.
The issue is that the scheduler does not always execute as expected and stops running intermittently. However, when we manually delete the Lookup Rollup Calculate job record associated with the rollup action and re-execute it, it works perfectly for the same record. This behavior occurs randomly across different Lookup Rollup items and intervals. Additionally, no errors are logged for this issue.
I noticed that the Lookup Rollup Scheduled Full Calculate Next Date is set to 2/2/2025 12:00 AM for a Lookup Rollup item, which is in the past.
Expected Behavior:
The job should run daily as scheduled and accurately calculate values based on the given criteria.
The text was updated successfully, but these errors were encountered: