Foundations Data Dictionary

AsyncJobRecord__c

Label: Async Job Record

For Certinia internal use only.

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

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

Text(50)
CallableName__c Callable Name Spring 2024 Text(255)
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)
DependenciesLastChecked__c Dependencies Last Checked Spring 2024 Timestamp for when the last dependency check was carried out. Only applies to dependent jobs.

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

Picklist:
BLOCKED
NONE
RELEASED
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)
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)
FinalizerApexRequestId__c Finalizer Apex Request Id Summer 2024 The request Id of the finalizer Queueable Apex Job.

Text(50)
FinalizerCallableName__c Finalizer Callable Name Spring 2024 Text(255)
FinalizerError__c Finalizer Error Spring 2024 LongTextArea(32768)
FinalizerResult__c Finalizer Result Value Spring 2024 LongTextArea(131072)
FinalizerStatus__c Finalizer Status Spring 2024 Picklist:
COMPLETE
ENQUEUED
ERROR
NOT_STARTED
RUNNING
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)
Mode__c Mode Spring 2024 Picklist:
SYSTEM_MODE
USER_MODE
Parameters__c Callable Parameters Spring 2024 LongTextArea(131072)
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)
Status__c Status Spring 2024 Picklist:
COMPLETE
ENQUEUED
ERROR
NOT_STARTED
RUNNING
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.