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
learn_cloudsflearn_cloudsf 

trigger for bulk update

If we want huge (bulk) data to be update, can we do it with trigger? how?
 
UC InnovationUC Innovation
Hi learn,

You can achieve what I believe you want via a batch that simply does an update call to the list of recrods returned in the query. I have done this myself before. This works if your trigger does what you want it to do upon updating a list of records. Though currently this is just a guess.Can you give a little more detail to what you would like to accomplish? 

Hope this helps!

AM