Overview

A #Batch Executable is configured to perform blank updates on Account records, which triggers a recalculation of rollup summary fields defined in a Self-Adaptive #Trigger. Bulk API is enabled with a batch size of 2000 to process large volumes efficiently and improve throughput.

General Use Case

  • Use #Batch to run mass blank updates that force a recalculation of in-memory transformations defined in Self-Adaptive #Triggers.
  • Enable Bulk API and set a large batch size (for example, 2000) to significantly boost throughput and complete millions of recalculations quickly.

Video Demo

Walkthrough

1

Pipeline - Account.Batches

pipeline-account-batches
2

New Executable - Account.BlankUpdate

new-executable-account-blankupdate
3

Batch Settings

batch-settings
4

Retrieve

retrieve