PrepaidExpensesBatch__c
Label: Prepaid Expenses Batch Stores the status and details of the Prepaid Expenses batch Apex jobs.
ApexJobId__c |
Apex Job Id |
Fall 2019 |
|
Text(18) |
|
BatchProcess__c |
Batch Process |
Fall 2019 |
Looks up to: fflib_BatchProcess__c
|
Lookup |
|
NotificationType__c |
Notification Type |
Fall 2019 |
Formula: IF(AND(TotalNumberOfErrors__c=0,TotalNumberOfAborts__c=0,TotalNumberOfExternal__c=0), 'Successful', IF(TotalNumberOfErrors__c > 0, 'Failure', IF(TotalNumberOfAborts__c > 0, 'Failure', IF( TotalNumberOfExternal__c > 0, 'Failure', '' ) ) ) )
|
Text |
|
ProcessCompleted__c |
Process Completed |
Fall 2019 |
|
DateTime |
|
ProcessStarted__c |
Process Started |
Fall 2019 |
|
DateTime |
|
Status__c |
Status |
Fall 2019 |
|
Picklist: Complete Error Pending Processing |
|
TotalNumberOfAborts__c |
Total Number of Aborts |
Fall 2019 |
|
Summary |
|
TotalNumberOfErrors__c |
Total Number of Errors |
Fall 2019 |
|
Summary |
|
TotalNumberOfExternal__c |
Total Number of External |
Fall 2019 |
|
Summary |
|
TotalNumberOfLogs__c |
Total Number of Logs |
Fall 2019 |
|
Summary |
|
|