Skip to main content

Bulkification of triggers

David Martin avatar
Written by David Martin
Updated this week

Rationale

Bulkifying Apex code refers to the concept of making sure the code properly handles more than one record at a time. When a batch of records initiates Apex, a single instance of that Apex code is executed, but it needs to handle all of the records in that given batch.

Scope

  • Apex triggers

Did this answer your question?