Skip to main content

The Rollups I have on my Opportunity are really slowing down the time it takes to create or update Opportunities. Is there a way to have the rollups batch in one DML rather than cascading through many?

1 resposta
  1. 31 de jul., 15:32

    Hello Lucas, 

     

    If you would like to keep triggered updates but have the Rollups process in a separate execution you can do this by setting the Rollup Helper trigger to force asynchronous, this setting is found as a checkbox for the trigger on the Enable Real Time Rollups page. 

     

    When this is on Rollup Helper will make a queue record to process the Rollup later as opposed to processing the setting during the save execution. 

     

    It is also possible to disable the trigger entirely from this page, and then you can use scheduled updates for your Rollups if you want them running in batch only.

0/9000