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
Venk_ModelMetriVenk_ModelMetri 

bulk updates

Is there a way to do bulk updates with single statement?

 

For example

update Task set  <customField> =0 ;

 

(One statement should do batch updates) instead of requiring a select query to retrieve all the objects and updating them with an array of objects.

 

Thanks

Venk

DevAngelDevAngel

Hi Venk,

We don't support that type of query syntax.