pse__ProjectVarianceBatch__c
Label: DEPRECATED: Project Variance Batch This object is obsolete.
| pse__ApexJobId__c |
Apex Job ID |
Spring 2019 |
Unique identifier for the current batch Apex job.
|
Text(18) |
false |
|
| pse__BatchProcess__c |
Batch Process |
Spring 2019 |
Lookup to the batch process record. The batch process record is deleted automatically if the process completes successfully.
Looks up to: pse__fflib_BatchProcess__c
|
Lookup |
false |
|
| pse__NotificationType__c |
Notification Type |
Spring 2019 |
The type of notification sent when the process completed: Successful, Failure, or Mixed.
Formula: IF( pse__TotalNumberOfLogs__c = 0, 'Undefined', IF ( AND( pse__TotalNumberOfErrors__c=0,pse__TotalNumberOfAborts__c=0,pse__TotalNumberOfExternal__c=0), 'Successful', IF(pse__TotalNumberOfErrors__c = pse__TotalNumberOfLogs__c, 'Failure', IF(pse__TotalNumberOfAborts__c > 0, 'Failure', IF( pse__TotalNumberOfExternal__c > 0, 'Failure', 'Mixed' ) ) ) ) )
|
Text |
false |
|
| pse__Status__c |
Status |
Spring 2019 |
The current status of the batch job: "Processing", "Complete", or "Error".
|
Picklist: Complete Error Processing |
false |
|
| pse__TotalNumberOfAborts__c |
Total Number of Aborts |
Spring 2019 |
The number of logs where Log Type is Abort.
|
Summary |
|
|
| pse__TotalNumberOfErrors__c |
Total Number of Errors |
Spring 2019 |
The number of logs where Log Type is Error.
|
Summary |
|
|
| pse__TotalNumberOfExternal__c |
Total Number of External |
Spring 2019 |
The number of logs where Log Type is External.
|
Summary |
|
|
| pse__TotalNumberOfLogs__c |
Total Number of Logs |
Spring 2019 |
The total number of logs.
|
Summary |
|
|
|