AsyncOperationTracker

Represents the status of an asynchronous request initiated from the Quote, Order, and CreditMemo objects. This object is available in API version 61.0 and later.

Supported Calls

delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Fields

Field Details
AsyncOperationNumber
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
A string that identifies the operation tracked in AsyncOperationTracker.
CorrelationIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
A string that identifies an operation across services.
ExpiresAt
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp indicating when this record will be deleted.
FailedJobItems
Type
int
Properties
Filter, Group, Nillable, Sort
Description
The number of items within the job that have failed.
FinishedAt
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp indicating when the asynchronous process completed.
JobType
Type
picklist
Properties
Filter, Group, Restricted picklist, Sort
Description
The type of job.
Possible values are:
  • ASMAdServerCheckAvailability. This field is available in API version 66.0 and later.
  • ASMAdServerIntegration. This field is available in API version 66.0 and later.
  • ASMAddRelatedEntityToAQL. This field is available in API version 66.0 and later.
  • ASMApplyMediaPlanTemplateJob. This field is available in API version 66.0 and later.
  • ASMApplyTargetingTemplateJob. This field is available in API version 66.0 and later.
  • ASMBulkEditLineItemDetail. This field is available in API version 67.0 and later.
  • ASMCalcLinearMediaSpotPrc. This field is available in API version 66.0 and later.
  • ASMCreateAmendQuoteJob. This field is available in API version 66.0 and later.
  • ASMFileProcessorJob. This field is available in API version 66.0 and later.
  • ASMLinearSpotGenerationJob. This field is available in API version 67.0 and later.
  • ASMMediaPlanAsTemplate. This field is available in API version 66.0 and later.
  • ASMMediaPlanClone. This field is available in API version 66.0 and later.
  • ASMMediaPlanCopyJob. This field is available in API version 66.0 and later.
  • AbandonedCart. This field is available in API version 67.0 and later.
  • AssetizationAsyncJob
  • AutomatedNegativeInvoiceLineConversion
  • AutomaticRefunds
  • CommerceVariationsUpsert
  • ContextPersistence
  • CreateCPQContractsJob
  • CreditMemoDraftToPosted. This field is available in API version 66.0 and later.
  • CreditMemoRecovery. This field is available in API version 66.0 and later.
  • DeltaCatalogSyndicationAsyncJob
  • energyAgreementSetup. This field is available in API version 66.0 and later.
  • FullCatalogSyndicationAsyncJob
  • InvoiceBatchRunEmailJob. This field is available in API version 66.0 and later.
  • InvoiceDocgenJob
  • InvoiceDocgenPostProcessJob
  • InvoiceDocgenRetryJob
  • InvoiceDraftToPosted
  • InvoiceEstimatedTaxCallout. This field is available in API version 66.0 and later.
  • LoadSalesRecipientData. This field is available in API version 66.0 and later.
  • MultisiteAutoQuote. This field is available in API version 66.0 and later.
  • PearAmendQtyAssets—Initiate Amend Quantity
  • PearCancelAssets—Initiate Cancellation
  • PearRenewAssets—Initiate Renewal
  • PersonalizationRecommender. This field is available in API version 67.0 and later.
  • PlaceOrder
  • PlaceOrderPersistSync
  • PlaceOrderPriceAsync
  • PlaceOrderTaxAsync
  • PlaceQuote
  • PlaceQuotePersistAndPriceSync
  • PlaceQuotePersistSync
  • PlaceQuotePriceAsync
  • PlaceQuoteTaxAsync
  • PostOrderCampaign. This field is available in API version 67.0 and later.
  • PreprocessOrder. This field is available in API version 66.0 and later.
  • PriceRuleDeployment
  • PriceSheetDeployJob
  • PSTBaseJob—Top-Level. This field is available in API version 66.0 and later.
  • PSTConfig—Configuration. This field is available in API version 66.0 and later.
  • PSTPersist—Save. This field is available in API version 66.0 and later.
  • PSTPrice. This field is available in API version 66.0 and later.
  • QuoteToOrderJob
  • RuleLibraryDeployment
  • SmsDltTemplateIngestion. This field is available in API version 66.0 and later.
  • StandaloneBillingSchedulesCreation. This field is available in API version 66.0 and later.
  • StatementOfAccountGeneration. This field is available in API version 66.0 and later.
  • StoreRetrieveSyncJob. This field is available in API version 66.0 and later.
  • TestSerialMessageStepJob. This field is available in API version 66.0 and later.
  • TransactionLineBom—Create Material Lines
  • VoidCreditMemo. This field is available in API version 66.0 and later.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed this record, a record related to this record, or a list view.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed this record or list view. If this value is null, the user only accessed this record or list view (LastReferencedDate) but not viewed it.
OwnerId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the user or group that owns the job.
This field is a polymorphic relationship field.
Relationship Name
Owner
Refers To
Group, User
ParentOperationId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
This field is a relationship field.
Relationship Name
ParentOperation
Refers To
AsyncOperationTracker
ReferenceEntityId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Contains the ID of a record associated with the asynchronous request. For example, if the asynchronous request is associated with a credit memo, this field contains the ID of the credit memo.
This field is a polymorphic relationship field.
Relationship Name
ReferenceEntity
Refers To
CreditMemo, InvoiceBatchRun, Order, Product2, Quote
Request
Type
textarea
Properties
Nillable
Description
The payload required to process the async request that’s populated by internal Salesforce services that use the async framework. This field is available in API version 66.0 and later.
Response
Type
textarea
Properties
Nillable
Description
Stores the response for each step in the async flow, used in the next steps of the flow until its completion. This field is available in API version 66.0 and later.
SequenceNumber
Type
int
Properties
Filter, Group, Nillable, Sort
Description
The sequence number associated with each step of a multiple step job, to define the execution order for the async job flow. This field is available in API version 66.0 and later.
StartedAt
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp indicating when Salesforce started the asynchronous process.
Status
Type
picklist
Properties
Filter, Group, Restricted picklist, Sort
Description
The status of the asynchronous request.
Possible values are:
  • Completed
  • CompletedWithFailures
  • Failure
  • InProgress
  • Submitted
StepName
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
Possible values are:
  • ASMAdServerCheckAvailability. This field is available in API version 66.0 and later.
  • ASMAdServerIntegration. This field is available in API version 66.0 and later.
  • ASMAddRelatedEntityToAQL. This field is available in API version 66.0 and later.
  • ASMApplyMediaPlanTemplateJob. This field is available in API version 66.0 and later.
  • ASMApplyTargetingTemplateJob. This field is available in API version 66.0 and later.
  • ASMBulkEditLineItemDetail. This field is available in API version 67.0 and later.
  • ASMCalcLinearMediaSpotPrc. This field is available in API version 66.0 and later.
  • ASMCreateAmendQuoteJob. This field is available in API version 66.0 and later.
  • ASMFileProcessorJob
  • ASMLinearSpotGenerationJob. This field is available in API version 67.0 and later.
  • ASMMediaPlanAsTemplate. This field is available in API version 66.0 and later.
  • ASMMediaPlanClone. This field is available in API version 66.0 and later.
  • ASMMediaPlanCopyJob. This field is available in API version 66.0 and later.
  • AbandonedCart. This field is available in API version 67.0 and later.
  • AssetizationAsyncJob
  • AutomatedNegativeInvoiceLineConversion
  • AutomaticRefunds
  • CommerceVariationsUpsert
  • ContextPersistence
  • CreateCPQContractsJob
  • CreditMemoDraftToPosted. This field is available in API version 66.0 and later.
  • CreditMemoRecovery. This field is available in API version 66.0 and later.
  • DeltaCatalogSyndicationAsyncJob
  • energyAgreementSetup. This field is available in API version 66.0 and later.
  • FullCatalogSyndicationAsyncJob
  • InvoiceBatchRunEmailJob. This field is available in API version 66.0 and later.
  • InvoiceDocgenJob
  • InvoiceDocgenPostProcessJob
  • InvoiceDocgenRetryJob
  • InvoiceDraftToPosted
  • InvoiceEstimatedTaxCallout. This field is available in API version 66.0 and later.
  • LoadSalesRecipientData. This field is available in API version 66.0 and later.
  • MultisiteAutoQuote. This field is available in API version 66.0 and later.
  • PearAmendQtyAssets—Initiate Amend Quantity
  • PearCancelAssets—Initiate Cancellation
  • PearRenewAssets—Initiate Renewal
  • PersonalizationRecommender. This field is available in API version 67.0 and later.
  • PlaceOrder
  • PlaceOrderPersistSync
  • PlaceOrderPriceAsync
  • PlaceOrderTaxAsync
  • PlaceQuote
  • PlaceQuotePersistAndPriceSync
  • PlaceQuotePersistSync
  • PlaceQuotePriceAsync
  • PlaceQuoteTaxAsync
  • PostOrderCampaign. This field is available in API version 67.0 and later.
  • PreprocessOrder. This field is available in API version 66.0 and later.
  • PriceRuleDeployment
  • PriceSheetDeployJob
  • PSTBaseJob—Top-Level. This field is available in API version 66.0 and later.
  • PSTCommonSyncStep
  • PSTConfig. This field is available in API version 66.0 and later.
  • PSTConfigAndPersist. This field is available in API version 66.0 and later.
  • PSTOrderTaxAsync. This field is available in API version 66.0 and later.
  • PSTPersist—Save. This field is available in API version 66.0 and later.
  • PSTPrice. This field is available in API version 66.0 and later.
  • PSTPriceAndPersist. This field is available in API version 66.0 and later.
  • PSTQuoteTaxAsync. This field is available in API version 66.0 and later.
  • QuoteToOrderJob
  • RuleLibraryDeployment
  • SmsDltTemplateIngestion. This field is available in API version 66.0 and later.
  • StandaloneBillingSchedulesCreation. This field is available in API version 66.0 and later.
  • StatementOfAccountGeneration. This field is available in API version 66.0 and later.
  • StoreRetrieveSyncJob. This field is available in API version 66.0 and later.
  • TestSerialMessageStepJob. This field is available in API version 66.0 and later.
  • TransactionLineBom—Create Material Lines
  • VoidCreditMemo
SubmittedAt
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp indicating when the asynchronous process was submitted by the REST request.
SuccessfulJobItems
Type
int
Properties
Filter, Group, Nillable, Sort
Description
The number of successful items in this job.
TotalJobItems
Type
int
Properties
Filter, Group, Nillable, Sort
Description
Total number of items in this job.

Associated Objects

This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.

AsyncOperationTrackerOwnerSharingRule
Sharing rules are available for the object.
AsyncOperationTrackerShare
Sharing is available for the object.