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
CliffACliffA 

Apex Governor Limits and API Usage

A simple question regarding the interaction of the API and the Apex Governors.

Assuming I have a before-update trigger on account and I update 1000 accounts in one batch via the API is my trigger called 1 time with 1000 elements in trigger.new or is my trigger called 1,000 times each time with only 1 element in trigger.new?

Thanks....