Forum Post: maxRuntimeTriggers setting

  • Thread starter Thread starter Fil
  • Start date Start date
Status
Not open for further replies.
F

Fil

Guest
Hi What is the recommended highest setting for maxRuntimeTriggers? I have looked around and found this thread which is similar to what I am seeing. I create a record A which in turns creates 36 B child records in an on_create trigger. Each of those 36 child records runs 1 on_create trigger which updates a field on 2 related C child records. As a result of each of those updates, a single on_update trigger runs. This amounts to 3x36=108 triggers running on_create of my original A record which breaks the maxRuntimeTriggers setting (I'm getting the too many triggers error in the event log) What is a safe setting? I would need to allow say 300-400 B child records on records of type A, which would means 900-1200 triggers needing to run. Thoughts?

Continue reading...
 
Status
Not open for further replies.
Back
Top