Verify
Verify (available only in #Batch) defines a query on the target object. After each Batch Execution, the batch log includes a Verify tab where DSP automatically queries and displays target records with the fields defined in the Executable's Verify step.
Verify is a built-in inspection step in #Batch that lets you query and review records on the target object — without leaving DSP. It runs at two levels:
On a #Batch Executable (Verify tab) — Run an ad-hoc SOQL query against the target object to spot-check data before or after an execution. Useful for confirming records meet expected criteria, validating field values, or building queries with the Query Builder.
On a #Batch Execution record (Verify tab) — Automatically scoped to the target records processed by that specific run, so you can review exactly which records were affected and confirm the batch produced the expected outcome.
Together, these views make it easy to validate logic during build, troubleshoot after a run, and audit results for compliance — all using familiar SOQL, directly inside DSP.
