Skip to main content

I wanted to abort the current full calculate so that I could adjust it with a filter (less records)   I aborted the only apex running job I could find.. Still getting this error when trying to edit the filter parent object Contact records to update using WHERE clause #Declarative Lookup Rollup Summaries #Apex #Delete Field Dlrs LookupRollupSummary Error:A calculate job for rollup 'First Gift Date (Contact)' is already executing. If you suspect it is not aleady running try clearing the applicable record from the Lookup Rollup Calculate Jobs tab and try again.

6 个回答
  1. 2022年7月13日 06:37

    Assuming there are no jobs currently running (which you can check in Setup -> Apex Jobs), go to the Lookup Rollup Calculate Jobs tab and delete all records in that object. Then try running a full calculate again.

0/9000