Rules Engines

What is a batch job in general?

Why #Batch?

What technologies are used to build the #Batch engine?

What are the common use cases for #Batch?

How efficiently does #Batch handle large data volumes?

Where do I create a #Batch Executable?

Does #Batch only support cross-org data migrations?

What permissions are required to execute a #Batch?

What is the maximum dataset size that a DSP batch job can process?

What is the maximum batch size that can be set?

How can I chain multiple batch Executables to run in a specific sequence?

How can I schedule Batch jobs?

Can a Pipeline execution be stopped if one of its Executables fails?

Can I apply a common SOQL filter to all Executables in a Pipeline?

How do I easily create Batch Executables for parent–child data syncs?

How are logs tracked for running a #Batch Executable?

Does DSP allow re-execution of failed batches?

Is it possible to revert the changes made a batch execution?

How do I implement incremental retrieval?

What should I consider before enabling Bulk API?

How can I set up notifications for completed batch executions?

How can I test a Batch Executable on a small sample before running it on the full dataset?

How should I structure a complex Batch job with multiple actions?

What is a #Data List?

Why #Data List?

How do I create an Actionable #Data List?

What permissions are needed to use a #Data List?

Can I run a #Data Loader from a #Data List?

How do I use the Pipeline Data Lists component inside a custom LWC?

How do I make a #Data List scroll horizontally?

What is an #Action Button?

Why #Action Button?

How can I execute multiple actions from a single #Action Button?

What permissions are needed to use a #Action Button?

What is a #Data Loader?

How do I create a #Data Loader?

What permissions are needed to use a #Data Loader?

Does #Data Loader only support CSV file uploads?

How can I retry only the failed data load batches without reloading the whole dataset?

Is it possible to revert the changes made a data load?

Can I make a load fail if a column is missing from the source file?

What is a #Trigger?

Why #Trigger?

What is a Self-Adaptive #Trigger?

How can I calculate rollup summaries using a Self-Adaptive #Trigger?

What is a #Trigger Action?

How can I prevent recursive execution in update triggers?

How can I manage the execution order of #Trigger?

How do I manage user access to a #Trigger?

Salesforce requires at least one line of test coverage in an Apex Trigger—how can I achieve this?

What is the TRIGGER_FLIPPER pattern?

Does splitting an Apex batch class with multiple actions into multiple batch Executables slow performance a lot?