Newer Version Available
RevenueTransactionErrorLog
Contains information about errors that occurred while processing subscription
management requests. This object is available in API version 55.0 and later.
A revenue transaction error log provides information about errors that occur when a
user interacts with the related primary record. For example, if an error occurs when a user
tries to create an invoice from an order, Subscription Management creates a revenue
transaction error log related to the order. The revenue transaction error log’s category
indicates the action being taken when the error occurred. For example, if the error’s
category is InitiateCancel, the error occurred when
the user was creating a cancellation order.
A revenue transaction error log persists until another error with the same category, primary record, and (optionally) related record occurs. You can see revenue transaction error log records in Salesforce Lightning as related records on their primary record. Or, you can use a SOQL query.
Supported Calls
describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Special Access Rules
This object is available with Subscription
Management.
Fields
| Field | Details |
|---|---|
| Category |
|
| ErrorCode |
|
| ErrorLogNumber |
|
| ErrorMessage |
|
| OwnerId |
|
| PrimaryRecordId |
|
| RelatedRecordId |
|