QuoteToOrderCompletedEvent

Notifies subscribers when the /actions/standard/createOrderFromQuote REST request is complete. If the request is successful, use this event to learn about the Order record. If the request isn’t successful, use this event to learn about the errors associated with the request. This object is available in API version 56.0 and later.

Supported Calls 

describeSObjects()

Supported Subscribers 

SubscriberSupported?
Apex TriggersYes
FlowsYes
ProcessesYes
Pub/Sub APIYes
Streaming API (CometD)Yes

Subscription Channel 

/event/QuoteToOrderCompletedEvent

Event Delivery Allocation Enforced 

No

Special Access Rules 

This object is available with Revenue Cloud.

FieldTypePropertiesDescription
CorrelationIdentifierstringNillableReserved for future use.
EventUuidstringNillableA universally unique identifier (UUID) that identifies a platform event message.
HasErrorsbooleanDefaulted on createContains true if errors occurred during the process; otherwise false. The default value is false.
OrderIdstringNillableThe ID of the order created from the quote. If the process failed, this field is null.
OrderNumberstringNillableThe user-friendly, unique number assigned to the order created from the quote.
QuoteToOrderErrorDetailEventsQuoteToOrderErrDtlEvent[]NillableContains a list of error messages and error codes if the request failed.
ReplayIdstringNillableRepresents 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.
RequestIdentifierstringNillableThe unique ID returned in the actions/standard/createOrderFromQuote response. Use this ID to identify the event for a specific request.