Newer Version Available

This content describes an older version of this product. View Latest

RevenueAsyncOperation

Represents the status of an asynchronous process initiated by a REST request. This object is available in API version 57.0 and later.

For example, asset-management/assets/collection/actions/initiate-amend-quantity creates a RevenueAsyncOperation record when it initiates an asynchronous process. The ID of the record is returned in the REST response.

Supported Calls

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

Special Access Rules

This object is available with Subscription Management.

Fields

Field Details
AsyncOperationNumber
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
A unique identifier for this revenue async operation record.
ExpiresAt
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp indicating when this record will be deleted.
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 REST request that initiated the asynchronous process.
Possible values are:
  • AutomatedNegativeInvoiceLineConversion
  • AutomaticRefunds
  • PearAmendQtyAssets
  • PearCancelAssets
  • PearRenewAssets
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 might have only accessed this record or list view (LastReferencedDate) but not viewed it.
ParentOperationId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Reserved for future use.
This field is a relationship field.
Relationship Name
ParentOperation
Relationship Type
Lookup
Refers To
RevenueAsyncOperation
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 relationship field.
Relationship Name
ReferenceEntity
Relationship Type
Lookup
Refers To
CreditMemo
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 process.
Possible values are:
  • Completed
  • CompletedWithFailures
  • Failure
  • InProgress
  • Submitted
SubmittedAt
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp indicating when the asynchronous process was submitted by the REST request.