function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Max_gMax_g 

Trigger to update parent id on account object firing on rolup summary field updates.

How can I conditionally control a trigger executing when I am only updating a rollup summary field?

 

Causing me "Too many script statements" error.

Noam.dganiNoam.dgani

Hi Max

 

can you provide some more info.

what does the trigger do? what is the condition? and what you want to do if it evaluates to true/false?

your code would also help.