Reminder__c
Label: Reminder Custom object used for logging each reminder for every run.
ApexJobId__c |
Apex Job Id |
Fall 2018 |
|
Text(18) |
|
Automated__c |
Automated |
Spring 2019 |
|
Checkbox |
false |
BatchProcessStatus__c |
Batch Process Status |
Fall 2018 |
Formula: TEXT(BatchProcess__r.Status__c)
|
Text |
|
BatchProcess__c |
Batch Process |
Fall 2018 |
Looks up to: fflib_BatchProcess__c
|
Lookup |
|
CollectionsSpace__c |
Collections Space |
Fall 2018 |
Looks up to: CollectionsSpace__c
|
MasterDetail |
|
Error__c |
Reminders with errors |
Fall 2018 |
|
Number(18,0) |
|
Excluded__c |
Reminders excluded |
Fall 2018 |
|
Number(18,0) |
|
NotificationType__c |
Notification Type |
Fall 2018 |
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 2018 |
|
DateTime |
|
ProcessStarted__c |
Process Started |
Fall 2018 |
|
DateTime |
|
ReminderRule__c |
Reminder Rule |
Fall 2018 |
Looks up to: ReminderRule__c
|
Lookup |
|
Sent__c |
Reminders sent |
Fall 2018 |
|
Number(18,0) |
|
Status__c |
Status |
Fall 2018 |
|
Picklist: Complete Error Pending Processing |
|
ToSend__c |
Reminders to send |
Spring 2019 |
|
Summary |
|
TotalNumberOfAborts__c |
Total Number of Aborts |
Fall 2018 |
|
Summary |
|
TotalNumberOfErrors__c |
Total Number of Errors |
Fall 2018 |
|
Summary |
|
TotalNumberOfExternal__c |
Total Number of External |
Fall 2018 |
|
Summary |
|
TotalNumberOfLogs__c |
Total Number of Logs |
Fall 2018 |
|
Summary |
|
Total__c |
Total |
Fall 2018 |
|
Number(18,0) |
|
|