Foundations Data Dictionary

AsyncJobRecord__c

Label: Async Job Record

For Certinia internal use only.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
ApexJobId__c Apex Job Id Spring 2024 The unique Id of the related Apex Job.

Text(18) false
ApexRequestId__c Apex Request Id Summer 2024 The request Id of the Queueable Apex Job.

Text(50) false
CallableName__c Callable Name Spring 2024 Text(255) true
Complete__c Complete Spring 2024 Has processing of this record completed.

Formula:
AND( OR(ISPICKVAL(Status__c, 'COMPLETE'), ISPICKVAL(Status__c, 'ERROR')), OR( ISBLANK(FinalizerCallableName__c), ISPICKVAL(FinalizerStatus__c, 'COMPLETE'), ISPICKVAL(FinalizerStatus__c, 'ERROR') ) )
Checkbox
Delay__c Delay Spring 2024 Delay in minutes to apply when enqueueing job.

Number(4,0) false
DependenciesLastChecked__c Dependencies Last Checked Spring 2024 Timestamp for when the last dependency check was carried out. Only applies to dependent jobs.

DateTime false
DependencyStatus__c Dependency Status Spring 2024 The dependency status of this job record.

Picklist:
BLOCKED
NONE
RELEASED
true
Error__c Error Spring 2024 LongTextArea(32768)
ExternalJobReference__c External Job Reference Spring 2024 This provides an optional user supplied identifier for this job record.

Text(40) false
Failed__c Failed Spring 2024 Has processing of this record failed.

Formula:
OR( ISPICKVAL(Status__c, 'ERROR'), ISPICKVAL(FinalizerStatus__c, 'ERROR') )
Checkbox
FinalizerApexJobId__c Finalizer Apex Job Id Spring 2024 The unique Id of the related Apex Job.

Text(18) false
FinalizerApexRequestId__c Finalizer Apex Request Id Summer 2024 The request Id of the finalizer Queueable Apex Job.

Text(50) false
FinalizerCallableName__c Finalizer Callable Name Spring 2024 Text(255) false
FinalizerError__c Finalizer Error Spring 2024 LongTextArea(32768)
FinalizerResult__c Finalizer Result Value Spring 2024 LongTextArea(131072)
FinalizerRunsOnlyOnError__c Finalizer Runs On Error Winter 2025 By checking this box, the finalizer will only enqueue on an uncaught error.

Checkbox false
FinalizerStatus__c Finalizer Status Spring 2024 Picklist:
COMPLETE
ENQUEUED
ERROR
NOT_STARTED
RUNNING
true
LastDependencyCount__c Last Dependency Count Spring 2024 The number of dependencies found last time the job was checked by the Monitor Job.

Number(18,0) false
Mode__c Mode Spring 2024 Picklist:
SYSTEM_MODE
USER_MODE
true
Parameters2__c Callable Parameters 2 Winter 2025 LongTextArea(131072)
Parameters3__c Callable Parameters 3 Winter 2025 LongTextArea(131072)
Parameters4__c Callable Parameters 4 Winter 2025 LongTextArea(131072)
Parameters__c Callable Parameters Spring 2024 LongTextArea(131072)
ProcessDescription__c Process Description Winter 2025 A human readable description of the process.

TextArea false
Result__c Result Value Spring 2024 LongTextArea(131072)
StalledJobCount__c Stalled Job Count Spring 2024 The number of times the job has been checked for dependencies and failed to progress.

Number(18,0) false
Status__c Status Spring 2024 Picklist:
COMPLETE
ENQUEUED
ERROR
NOT_STARTED
RUNNING
true
Succeeded__c Succeeded Spring 2024 Has processing of this record succeeded.

Formula:
AND( ISPICKVAL(Status__c, 'COMPLETE'), OR( ISBLANK(FinalizerCallableName__c), ISPICKVAL(FinalizerStatus__c, 'COMPLETE') ) )
Checkbox
Worker__c Worker Spring 2024 Indicates the Job is a worker job generated by the async framework.

Checkbox false


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