ApexJobId__c |
Apex Job Id |
Pre-Spring 2018 |
|
Text(18) |
|
BatchProcessStatus__c |
Batch Process Status |
Pre-Spring 2018 |
Formula: TEXT( BatchProcess__r.Status__c )
|
Text |
|
BatchProcess__c |
Batch Process |
Pre-Spring 2018 |
Looks up to: fflib_BatchProcess__c
|
Lookup |
|
NotificationType__c |
Notification |
Pre-Spring 2018 |
Indicates whether the batch control was successful. The indication is Successful, Failed or Mixed depending on the total number of errors, aborted batches and number of batches that exceeded limits.
Formula: IF ( TotalNumberOfLogs__c = 0, 'Undefined', IF ( AND ( TotalNumberOfErrors__c = 0, TotalNumberOfAborts__c = 0, TotalNumberOfExternal__c = 0 ), 'Successful', IF ( TotalNumberOfErrors__c = TotalNumberOfLogs__c, 'Failure', IF ( TotalNumberOfAborts__c > 0, 'Failure', IF ( TotalNumberOfExternal__c > 0, 'Failure', 'Mixed' ) ) ) ) )
|
Text |
|
Process__c |
Scheduled Job |
Pre-Spring 2018 |
Looks up to: ScheduledJob__c
|
MasterDetail |
|
Status__c |
Status |
Pre-Spring 2018 |
|
Picklist: Complete Error Processing |
|
TotalNumberOfAborts__c |
Total Aborted Batches |
Pre-Spring 2018 |
Total number of aborted batches based on the number of batch logs that contain a log type of Abort.
|
Summary |
|
TotalNumberOfErrors__c |
Total Errors |
Pre-Spring 2018 |
Total number of records with an error based on the number of batch logs that contain a log type of Error.
|
Summary |
|
TotalNumberOfExternal__c |
Total Number of Batches Exceeding Limits |
Pre-Spring 2018 |
Total number of batches that exceed Salesforce governor limits or contain other issues based on the number of batch logs that contain a log type of External.
|
Summary |
|
TotalNumberOfLogs__c |
Total Logs |
Pre-Spring 2018 |
Total number of batch logs for this batch control.
|
Summary |
|