Salesforce:Clean Suite Batch Processing

From Melissa Data Wiki
Jump to navigation Jump to search

← Clean Suite for CRM:Salesforce

Salesforce Navigation
Introduction
Getting Started
Installation
Getting Started with Lightning Components
Credits
Lightning Components
Lightning Quick Actions
Lightning Lookups
Lightning Global Express Entry
Clean Suite Advanced Mappings
Clean Suite Batch Processing
Result Code Status Indicator
Visualforce Pages
Installing Visualforce Pages
Custom Visualforce Pages
Custom Code
APEX Triggers
Custom Clean Suite Batch Processing
Express Entry Lightning Action Override
Result Codes
Salesforce Result Codes



Batch Processing

What is Batch Processing?

Clean Suite Batch Processing can quickly and easily process multiple records at once all within an easy to use interface. Follow the steps below to learn how.


Step 1: Select an Engine

Select the engine you wish to process your records with.
Salesforce Batch 01 SelectEngine.png


Step 2: Select an Object

Select the object type you wish to work with. Standard and Custom objects are fully supported.
Salesforce Batch 02 SelectObject.png


Step 3: Select a Mapping

Type in the name of the mapping you wish to use to process your records. The mapping must be defined for the Object Type that you are processing on.
To learn more about mappings visit Clean Suite Advanced Mappings.
Salesforce Batch 03 SelectMapping.png


Step 4: Define Batch Conditions

Here we can decide how we want our records to be processed.
There are 3 options to choose from here:
  • Process all records – Process every record for the object type we defined.
  • Process only unvalidated records – Process every record that does not have a result object associated with it for the object type we defined.
  • Process records in Custom Query – When selected, shows a custom query box allowing user to enter a SOQL query to specify exactly which records to process.
Salesforce Batch 04 DefineConditions.png


Step 5: Start Batch Job

Finally we can click the "Start Batch Job" button to kick off our batch job.
Your job status can be found under the "Apex Jobs" Salesforce setup page.
Salesforce Batch 05 StartBatchJob.png