QuoteToOrderErrDtlEvent

Contains information about any errors that occurred while processing the /actions/standard/createOrderFromQuote REST request. One QuoteToOrderErrDtlEvent record is created for each error that occurred. This object is included in an QuoteToOrderCompletedEvent message. You can't subscribe to QuoteToOrderErrDtlEvent directly. This object is available in API version 56.0 and later.

Supported Calls

describeSObjects()

Special Access Rules

This object is available when Subscription Management is enabled.

Fields

Field Details
ErrorCode
Type
string
Properties
Nillable
Description
The error code; for example, INVALID_INPUT.
ErrorMessage
Type
textarea
Properties
Filter, Group, Nillable, Sort
Description
Information about the error that occurred during processing.
EventUuid
Type
string
Properties
Nillable
Description
A universally unique identifier (UUID) that identifies a platform event message.
PrimaryRecordId
Type
reference
Properties
Description
The record on which the error occurred; for example, the order that was created by the request.
Relationship Name
PrimaryRecord
Relationship Type
Lookup
Refers To
Asset, Invoice, Order
RelatedRecordId
Type
reference
Properties
Nillable
Description
Optional. A secondary record on which the error occurred; for example, the order item.
Relationship Name
RelatedRecord
Relationship Type
Lookup
Refers To
InvoiceLine, OrderItem
ReplayId
Type
string
Properties
Nillable
Description
Represents an ID value that is populated by the system and refers to the position of the event in the event stream. Replay ID values aren’t guaranteed to be contiguous for consecutive events. A subscriber can store a replay ID value and use it on resubscription to retrieve missed events that are within the retention window.