Order and Inventory Management Data Dictionary

SCMC__Invoice_To_BD_Export_Batch_Control__c

Label: Invoice to BD Export Batch Control

Stores the status and details of each of the batch processes used for exporting invoices as billing documents.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
SCMC__Apex_Job_Id__c Apex Job ID Fall 2020 Unique identifier of the batch Apex job associated with this batch control record.

Text(18) false
SCMC__Batch_Process__c Batch Process Fall 2020 Lookup to the batch process record associated with this batch control record. The batch process record is automatically deleted when the batch process completes successfully.

Looks up to: SCMC__fflib_BatchProcess__c
Lookup false
SCMC__Notification_Type__c Notification Type Fall 2020 Type of notification sent when the process completes. This field is automatically populated based on the batch job results. Possible values are: Undefined, Successful, Failure, and Mixed (indicates a mix of successful and error logs).

Formula:
IF( SCMC__Total_Number_Of_Logs__c = 0, $Label.InvoiceToBDExportBatchControlNotificationTypeUndefined, IF ( AND( SCMC__Total_Number_Of_Errors__c = 0,SCMC__Total_Number_Of_Aborts__c = 0,SCMC__Total_Number_Of_External__c = 0), $Label.InvoiceToBDExportBatchControlNotificationTypeSuccessful, IF(SCMC__Total_Number_Of_Errors__c = SCMC__Total_Number_Of_Logs__c, $Label.InvoiceToBDExportBatchControlNotificationTypeFailure, IF(SCMC__Total_Number_Of_Aborts__c > 0, $Label.InvoiceToBDExportBatchControlNotificationTypeFailure, IF( SCMC__Total_Number_Of_External__c > 0, $Label.InvoiceToBDExportBatchControlNotificationTypeFailure, $Label.InvoiceToBDExportBatchControlNotificationTypeMixed ) ) ) ) )
Text
SCMC__Status__c Status Fall 2020 The current status of the Invoice to Billing Document Export batch job.

Picklist:
Completed
Error
Processing
SCMC__Total_Number_Of_Aborts__c Total Number of Aborts Fall 2020 The total number of batch control logs with a log type of Abort for this batch control record.

Summary
SCMC__Total_Number_Of_Errors__c Total Number of Errors Fall 2020 The total number of batch control logs with a log type of Error for this batch control record.

Summary
SCMC__Total_Number_Of_External__c Total Number of External Fall 2020 The total number of batch control logs with a log type of External for this batch control record.

Summary
SCMC__Total_Number_Of_Logs__c Total Number of Logs Fall 2020 The total number of batch control logs for this batch control record.

Summary


© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.