You need to sign in to do that
Don't have an account?
V Anand
Is trigger fired on bulk upload?
Hi...
I am trying to insert more thant 60,000 records throuth Data loader in my instance and there is a berfore insert trigger on that object..
my question is that ... Is that trigger fired on all 60,000 records?
I am using SOQL query in trigger, as per governor limits SOQL query handles only 10,000 records ... is it possible to fire on all records ? any one please clarify my doubt .
All Answers
Hi,
Triggered will be fired for all those 60k records.
Regards,
Magulan D
Salesforce.com certified Force.com Developer.
SFDC Blog
SFDC Site
If this post is your solution, kindly mark this as the solution and click Kudos.
Also,You need to make sure that your Trigger is written to handle bulk data,i.e. your Trigger should be a bulkified one.