QuoteSaveEvent

Notifies subscribers that the process started by the /actions/standard/quotesaveevent request is complete. If the process is successful, use this event to learn about the updated quote. If the request isn't successful, use this event to learn about the errors and how to fix them. This object is available in API version 58.0 and later.

Supported Calls

describeSObjects()

Supported Subscribers

Subscriber Supported?
Apex Triggers Yes
Flows Yes
Processes Yes
Pub/Sub API Yes
Streaming API (CometD) Yes

Subscription Channel

/event/QuoteSaveEvent

Special Access Rules

This object is available when Subscription Management is enabled.

Fields

Field Details
CorrelationIdentifier
Type
string
Properties
Nillable
Description
Reserved for future use.
EventUuid
Type
string
Properties
Nillable
Description
A universally unique identifier (UUID) that identifies a platform event message.
QuoteId
Type
reference
Properties
Nillable
Description
The ID of the quote associated with this event. This field is a relationship field.
Relationship Name
Quote
Relationship Type
Lookup
Refers To
Quote
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.
RequestIdentifier
Type
string
Properties
Nillable
Description
The unique ID returned in the /quotesaveevent response. Use this ID to identify the event for the specific request.
Status
Type
picklist
Properties
Defaulted on create, Nillable, Restricted picklist
Description
The default value is NotStarted.
Possible values are:
  • CompletedWithPricing
  • CompletedWithTax
  • CompletedWithoutPricing
  • NotStarted
  • PriceCalculationFailed
  • PriceCalculationInProgress
  • PriceCalculationQueued
  • SaveFailedOrIncomplete
  • Saving
  • TaxCalculationFailed
  • TaxCalculationInProgress
  • TaxCalculationSuccess
  • TaxCalculationWaiting