MassDeleteControlRecord__c
Label: zDeprecated:Mass Delete Control Record This object is deprecated.
| ApexJobId__c |
Apex Job Id |
Pre-Spring 2018 |
|
Text(18) |
false |
|
| BatchProcess__c |
Batch Process |
Pre-Spring 2018 |
Looks up to: fflib_BatchProcess__c
|
Lookup |
false |
|
| BatchStatus__c |
Batch Status |
Pre-Spring 2018 |
|
Picklist: Complete Error Processing |
false |
|
| JobName__c |
JobName |
Pre-Spring 2018 |
|
Text(255) |
false |
|
| NotificationType__c |
Notification Type |
Pre-Spring 2018 |
Formula: 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 |
false |
|
| NumberAttemptedToProcess__c |
Number of records attempted to Process |
Pre-Spring 2018 |
|
Number(18,0) |
false |
|
| NumberOfQueuableErrors__c |
Number Errors from Queuable Jobs |
Pre-Spring 2018 |
|
Number(10,0) |
false |
0 |
| Status__c |
Status |
Pre-Spring 2018 |
Formula: IF( NumberOfQueuableErrors__c = 0, IF( TotalNumberOfRecordsDeleted__c = NumberAttemptedToProcess__c, 'Complete', 'Processing' ), 'Error' )
|
Text |
false |
|
| TotalNumberOfAborts__c |
Total Number of Aborts |
Pre-Spring 2018 |
|
Summary |
|
|
| TotalNumberOfErrors__c |
Total Number of Errors |
Pre-Spring 2018 |
|
Summary |
|
|
| TotalNumberOfExternal__c |
Total Number of External |
Pre-Spring 2018 |
|
Summary |
|
|
| TotalNumberOfLogs__c |
Total Number of Logs |
Pre-Spring 2018 |
|
Summary |
|
|
| TotalNumberOfRecordsDeleted__c |
Total Number Of Records Deleted |
Pre-Spring 2018 |
|
Number(10,0) |
false |
0 |
|