c2g__AvalaraVatReportingBatch__c
Label: Avalara VAT Reporting Batch Stores the status and details of Avalara VAT Reporting batch Apex jobs.
| c2g__ApexJobId__c |
Apex Job ID |
Spring 2020 |
Unique identifier for the current batch Apex job.
|
Text(18) |
false |
|
| c2g__BatchProcess__c |
Batch Process |
Spring 2020 |
Lookup to the batch process record. The record is deleted automatically when the process completes.
Looks up to: c2g__fflib_BatchProcess__c
|
Lookup |
false |
|
| c2g__NotificationType__c |
Notification Type |
Spring 2020 |
The type of notification sent when the process completed: Successful, Failure, or Mixed.
Formula: IF( c2g__TotalNumberOfLogs__c = 0, 'Successful', IF ( AND( c2g__TotalNumberOfErrors__c=0,c2g__TotalNumberOfAborts__c=0,c2g__TotalNumberOfExternal__c=0), 'Successful', IF(c2g__TotalNumberOfErrors__c = c2g__TotalNumberOfLogs__c, 'Failure', IF(c2g__TotalNumberOfAborts__c > 0, 'Failure', IF( c2g__TotalNumberOfExternal__c > 0, 'Failure', 'Mixed' ) ) ) ) )
|
Text |
false |
|
| c2g__Status__c |
Status |
Spring 2020 |
The current status of the batch job: "Processing", "Complete", or "Error".
|
Picklist: Complete Error Processing |
false |
|
| c2g__TotalNumberOfAborts__c |
Total Number of Aborts |
Spring 2020 |
The number of logs where Log Type is Abort.
|
Summary |
|
|
| c2g__TotalNumberOfErrors__c |
Total Number of Errors |
Spring 2020 |
The number of logs where Log Type is Error.
|
Summary |
|
|
| c2g__TotalNumberOfExternal__c |
Total Number of External |
Spring 2020 |
The number of logs where Log Type is External.
|
Summary |
|
|
| c2g__TotalNumberOfLogs__c |
Total Number of Logs |
Spring 2020 |
The total number of logs.
|
Summary |
|
|
|