Skip to content

RFQ Detail

The RFQ Detail page shows a single Request for Quotation with its vendor header, line items, financial totals, workflow status, source PR references, and history. Sent RFQs expose a next-step shortcut for creating a Purchase Order.

:::tip Pending screenshot The RFQ detail screenshot is pending until the wiki tenant has a saved RFQ record that exposes a detail route. :::

From the Requests for Quotation list, click any row, or navigate directly to /commerce/procurement/rfqs/:id.

ButtonDescriptionAvailable when
BackReturn to the Requests for Quotation listAlways
HistoryOpen document historyAlways
EditOpen Edit RFQDraft only
DuplicateCreate a new Draft copied from this RFQWith create permission
DeleteDelete the RFQDraft only
SendTransition Draft to SentDraft
CloseTransition Sent to ClosedSent
CancelCancel Draft or Sent RFQ; requires a reasonDraft or Sent

When an RFQ is Sent, the page shows a next-steps strip:

ActionRoutePurpose
Create Purchase Order/commerce/procurement/orders/:newId after the copy dialog succeedsCopy selected RFQ lines into a new PO

Backend integrations may also expose a Received RFQ status; those documents show the same Create Purchase Order action when returned by the API.

graph LR
    DRAFT -->|Send| SENT
    DRAFT -->|Cancel| CANCELLED
    SENT -->|Close| CLOSED
    SENT -->|Cancel| CANCELLED
  • Draft RFQs can be edited or deleted.
  • Sending an RFQ locks the document for editing.
  • Closed and Cancelled RFQs are terminal in the current UI.
  • RFQs sourced from PRs retain PR line references and source quantities on their line items.
  • Price-list restricted documents show masked financial values.