c2g__Reminder__c
Label: Reminder Custom object used for logging each reminder for every run.
| c2g__ApexJobId__c |
Apex Job Id |
Fall 2018 |
|
Text(18) |
false |
|
| c2g__Automated__c |
Automated |
Spring 2019 |
|
Checkbox |
|
false |
| c2g__BatchProcessStatus__c |
Batch Process Status |
Fall 2018 |
Formula: TEXT(c2g__BatchProcess__r.c2g__Status__c)
|
Text |
|
|
| c2g__BatchProcess__c |
Batch Process |
Fall 2018 |
Looks up to: c2g__fflib_BatchProcess__c
|
Lookup |
false |
|
| c2g__CollectionsSpace__c |
Collections Space |
Fall 2018 |
Looks up to: c2g__CollectionsSpace__c
|
MasterDetail |
|
|
| c2g__ErrorDescription__c |
Error Description |
Summer 2023 |
|
LongTextArea(32000) |
|
|
| c2g__Error__c |
Reminders with errors |
Fall 2018 |
|
Number(18,0) |
|
|
| c2g__Excluded__c |
Reminders excluded |
Fall 2018 |
|
Number(18,0) |
|
|
| c2g__NotificationType__c |
Notification Type |
Fall 2018 |
Formula: IF(AND(c2g__TotalNumberOfErrors__c=0,c2g__TotalNumberOfAborts__c=0,c2g__TotalNumberOfExternal__c=0), 'Successful', IF(c2g__TotalNumberOfErrors__c > 0, 'Failure', IF(c2g__TotalNumberOfAborts__c > 0, 'Failure', IF( c2g__TotalNumberOfExternal__c > 0, 'Failure', '' ) ) ) )
|
Text |
false |
|
| c2g__ProcessCompleted__c |
Process Completed |
Fall 2018 |
|
DateTime |
false |
|
| c2g__ProcessStarted__c |
Process Started |
Fall 2018 |
|
DateTime |
false |
|
| c2g__ReminderRule__c |
Reminder Rule |
Fall 2018 |
Looks up to: c2g__ReminderRule__c
|
Lookup |
|
|
| c2g__Sent__c |
Reminders sent |
Fall 2018 |
|
Number(18,0) |
|
|
| c2g__Status__c |
Status |
Fall 2018 |
|
Picklist: Complete Error Pending Processing |
false |
|
| c2g__ToSend__c |
Reminders to send |
Spring 2019 |
|
Summary |
|
|
| c2g__TotalNumberOfAborts__c |
Total Number of Aborts |
Fall 2018 |
|
Summary |
|
|
| c2g__TotalNumberOfErrors__c |
Total Number of Errors |
Fall 2018 |
|
Summary |
|
|
| c2g__TotalNumberOfExternal__c |
Total Number of External |
Fall 2018 |
|
Summary |
|
|
| c2g__TotalNumberOfLogs__c |
Total Number of Logs |
Fall 2018 |
|
Summary |
|
|
| c2g__Total__c |
Total |
Fall 2018 |
|
Number(18,0) |
|
|
|