Professional Services Automation Data Dictionary

Default_Assignments_for_Jira_Batch__c

Label: Default Assignments for Jira Batch

Stores the status and details of Default Assignments for Jira Batch Apex jobs.

Field NameField LabelCreated in VersionDescriptionTypeDefault Value
Apex_Job_ID__c Apex Job ID Fall 2019 Unique identifier for the current batch Apex job.

Text(18)
Batch_Process__c Batch Process Fall 2019 Lookup to the batch process record. The batch process record is deleted automatically if the process completes successfully.

Looks up to: fflib_BatchProcess__c
Lookup
Default_Assignments_for_Jira_Batch_ID__c Default Assignments for Jira Batch ID Fall 2019 The batch record identifier.

AutoNumber
Notification_Type__c Notification Type Fall 2019 The type of notification sent when the process completed: Successful, Failure, or Mixed.

Formula:
IF( Total_Number_of_Logs__c = 0, 'Undefined', IF ( AND( Total_Number_of_Errors__c=0,Total_Number_of_Aborts__c=0,Total_Number_of_External__c=0), 'Successful', IF(Total_Number_of_Errors__c = Total_Number_of_Logs__c, 'Failure', IF(Total_Number_of_Aborts__c > 0, 'Failure', IF( Total_Number_of_External__c > 0, 'Failure', 'Mixed' ) ) ) ) )
Text
Status__c Status Fall 2019 The current status of the batch job: "Processing", "Complete", or "Error".

Picklist:
Complete
Error
Processing
Total_Number_of_Aborts__c Total Number of Aborts Fall 2019 The number of logs where Log Type is Abort.

Summary
Total_Number_of_Errors__c Total Number of Errors Fall 2019 The number of logs where Log Type is Error.

Summary
Total_Number_of_External__c Total Number of External Fall 2019 The number of logs where Log Type is External.

Summary
Total_Number_of_Logs__c Total Number of Logs Fall 2019 The total number of logs.

Summary


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