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
JayNicJayNic 

How do I control recursive Triggers with static variables and permit Mass Edit from List View

Hi all,

I'm having issues with mass editing from list views while using the static variable trick to control recursive triggers. I dislike this new message format so I've switched over to stackexchange. Please have a look at my full detailed question witch flow and code snippets:

http://salesforce.stackexchange.com/questions/24307 (http://salesforce.stackexchange.com/questions/24307/how-do-i-control-recursive-triggers-with-static-variables-and-permit-mass-edit-f)
OyeCodeOyeCode
Check out the blog post I wrote, I hope this helps

http://www.oyecode.com/2012/11/controlling-recursive-triggers-how-to.html

and

http://www.oyecode.com/2012/11/apex-design-pattern-to-avoid-recursive.html