Hey Freddy,
As far as I know there is no easy fix for this.
Perhaps you could consider moving the functionality from the trigger to a task, which could then be scheduled? By scheduling it, the automatic calculation can then be executed periodically instead of every time a record is inserted, which would fix the problem. The only downside being that the calculation is not executed immediately, but might be slightly delayed.
Renée Evertzen wrote:
Hey Freddy,
As far as I know there is no easy fix for this.
Perhaps you could consider moving the functionality from the trigger to a task, which could then be scheduled? By scheduling it, the automatic calculation can then be executed periodically instead of every time a record is inserted, which would fix the problem. The only downside being that the calculation is not executed immediately, but might be slightly delayed.
It's already a delayed calculation, but the mass insert/update is a per row functionality and it takes longer than the interval for the calculation.
Can you turn this into an idea?
Unfortunately, this idea has not received many votes. Because we want to keep the focus on ideas that are in high demand in our Thinkwise Community, we are closing this idea.