Order
A Salesforce object that represents a confirmed purchase or request from a customer, containing order products (line items), status tracking, and associations to accounts and contracts for fulfillment management.

Definition
A Salesforce object that represents a confirmed purchase or request from a customer, containing order products (line items), status tracking, and associations to accounts and contracts for fulfillment management.
In plain English
“An Order in Salesforce represents a confirmed purchase or request from a customer. It contains order products (the line items), status tracking, and links to accounts and contracts. It's the post-deal record that drives fulfillment management.”
Worked example
When a customer at Marshford Hospitality confirms a hotel-booking purchase, the Salesforce Order object captures the deal details: ordered nights, room type, total amount, status (Activated, Draft, Cancelled), the related Account and Contract. Each room-night becomes an Order Product (line item) on the Order. Operations uses the Order to drive fulfillment (room block assignment, housekeeping notification); finance uses it for billing and revenue recognition. Orders are the post-deal record - Opportunity describes the pre-sale process, Order describes the confirmed-purchase reality.
Why Order matters
An Order in Salesforce is an object that represents a confirmed purchase or request from a customer, containing order products (line items), status tracking, and associations to accounts and contracts for fulfillment management. Orders are created when an opportunity converts to a confirmed sale, capturing what was ordered, who ordered it, the contract terms, and the fulfillment status as the order moves toward delivery.
Orders are part of the broader quote-to-cash flow in Salesforce: Quote -> Contract -> Order -> Invoice -> Payment. They're the bridge between the sales motion (which produces quotes and contracts) and the fulfillment motion (which produces invoices and delivers value). For organizations using Salesforce CPQ or Revenue Cloud, orders are central to the post-sale workflow. Without these products, orders are still available as standard objects but with less integrated functionality compared to Salesforce's native quote-to-cash products.
How to create Order
Orders represent confirmed sales that fulfillment now needs to act on. They're the bridge between the closed-won Opportunity (or Contract) and ERP / fulfillment workflows. Activated Orders are intentionally hard to edit — that's a feature, not a bug.
- Make sure Orders are enabled
Setup → Order Settings → Enable Orders. New orgs sometimes ship with this off.
- Open the parent Account or Contract
Orders are typically created from one or the other. Account is the most common entry point; Contract is required if your business uses contract-driven order flows.
- Click New Order from the Orders related list
Or App Launcher → Orders → New if no parent yet.
- Fill Account, Contract (optional), Effective Date
Account is the customer; Contract is the umbrella agreement (if any); Effective Date is when fulfillment begins.
- Set Status to Draft
Draft means editable. Activated locks the Order. Always start in Draft.
- Add Order Products
Order Products related list → Add Products → pick from a Price Book. Quantity, Sales Price, Service Date all live on the Order Product, not the Order.
- Activate the Order
Once everything is correct, change Status to Activated. The Order is now read-only at the header level — only Order Products can be added (or reduction-ordered).
Required. Customer the order is for.
Required. When the order takes effect.
Required. Defaults to Draft.
- Activating an Order makes it read-only. To change anything substantive, you must clone or use Reduction Orders — there is no "unactivate" button without admin permissions.
- Order Products require a Price Book Entry. If the Product isn't in a price book, you can't add it as an Order Product.
- Orders feature must be enabled at the org level (Setup → Order Settings) before the related list and tab appear. New orgs sometimes have this off.
How organizations use Order
Uses Orders in their quote-to-cash flow, with orders generated from contracted quotes and tracked through fulfillment.
Tracks order status through fulfillment, with integration to their warehouse management system for shipment updates.
Built order automation that creates Salesforce Orders automatically when CPQ contracts are signed.
Test your knowledge
Q1. What is an Order in Salesforce?
Q2. Where do Orders fit in quote-to-cash?
Q3. What products use Orders extensively?
Discussion
Loading discussion…