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
anji punyamanthulaanji punyamanthula 

how many triggers we can write on single object?

bhanu_prakashbhanu_prakash
Hi anji

You can write as many triggers per Object, but the allowed limit is 3,000,000 characters for the entire triggers and apex classess for a dev org.
As per best practices one trigger for one object

Refer this also
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_qs_HelloWorld.htm
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_triggers_context_variables_considerations.htm
Hope this helps..:)

Kindly mark my solution as the best answer if it helps you.

visit us for more salesforce development http://www.forcelearn.com


Best Regards,
Bhanu Prakash
ForceLearn
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Anji,

Trigger Handlers:
hope it helps.

Please mark it as best answer if the information is informative.

Thanks
Rahul Kumar
 
anji punyamanthulaanji punyamanthula
thanks Rahul Kumar
anji punyamanthulaanji punyamanthula
thanks for your valuable Answer