For the complete documentation index, see llms.txt. This page is also available as Markdown.

Statuses & Lifecycle

How a quote moves from draft to closed, and how to automate the last step.

Statuses

A Limio Quote can have several statuses:

  • In Progress (default) — assigned when a new quote is generated.

  • In Review — use when you want to run an internal approval process or flow.

  • Approved — use after the quote has been formally approved.

  • Completed — use after the quote was accepted by the customer and checkout was completed.

Status is stored on Status__c. See the object definition for the full field reference.

Automating quote completion

Every order submitted from Limio Commerce — the engine that Limio for Salesforce connects to via API — is followed by a platform event sent from Limio Commerce to Salesforce. A connected Salesforce org can catch this with a platform-event-triggered flow.

When a customer completes the checkout for a Limio Quote, we recommend a platform-event-triggered flow that:

  1. Updates the Limio Quote status to Completed.

  2. Updates the linked Opportunity to Closed Won.

This keeps the quote lifecycle and the sales pipeline accurate without manual intervention.

The platform event mechanism is part of the Salesforce Data Integration, not the managed package — it works whether or not you have Limio for Salesforce installed.

Last updated

Was this helpful?