SummarizationTemplate__c
Label: zDeprecated:Summarization Template 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 |
|
| Destination__c |
Destination |
Pre-Spring 2018 |
The destination SObject, i.e. the table in which the summarization template is held.
|
Text(255) |
true |
|
| Filter__c |
Filter |
Pre-Spring 2018 |
Looks up to: Filter__c
|
Lookup |
false |
|
| LastSuccessfulBuild__c |
Last Successful Build |
Pre-Spring 2018 |
|
Summary |
|
|
| 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 |
|
| ObjectToObjectMap__c |
ObjectToObjectMap |
Pre-Spring 2018 |
The object to object map that this summarization template is based on.
Looks up to: ObjectToObjectMap__c
|
Lookup |
true |
|
| SourceDataview__c |
Dataview |
Pre-Spring 2018 |
The dataview that acts as the source of the field names for this summarization template.
Looks up to: DataView__c
|
Lookup |
true |
|
| Status__c |
Status |
Pre-Spring 2018 |
|
Picklist: Complete Error Processing |
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 |
|
|
|