Wavelength Try the live demo

Order to cash process diagram

This is a worked example. Wavelength built the diagram below from the description on this page. Nobody drew it by hand.

What was said

Sales creates a quote in Salesforce CPQ. The customer signs the order form in DocuSign. The signed order goes to NetSuite, where billing creates the invoice. The customer pays the invoice. If the payment is more than 30 days late, the collections team sends reminders. When the payment arrives, accounts receivable applies the cash in NetSuite.

The diagram

G n1 Sales n2 Salesforce CPQ n1->n2 creates quote n3 DocuSign n2->n3 sends order form n4 NetSuite n3->n4 delivers signed order n6 Accounts Receivable n4->n6 applies cash n7 Payment >30 Days Late? n4->n7 check payment age n5 Collections Team n7->n5 Yes n8 Customer n8->n4 pays invoice
Hexagons are systems. Cylinders are data stores. Diamonds are decisions. Rounded orange boxes are people and teams. A dashed amber arrow is a link the AI inferred. Pink arrows are decision branches. Blue arrows move data.

What is in this flow

Mermaid code

Copy this into any Markdown file, GitHub README, or Mermaid Live to render the same flow.

flowchart TD
  n1("Sales")
  n2{{"Salesforce CPQ"}}
  n3{{"DocuSign"}}
  n4{{"NetSuite"}}
  n5("Collections Team")
  n6("Accounts Receivable")
  n7{"Payment >30 Days Late?"}
  n8("Customer")
  n1 -->|creates quote| n2
  n2 -->|sends order form| n3
  n3 -->|delivers signed order| n4
  n8 -->|pays invoice| n4
  n4 -->|check payment age| n7
  n7 -->|Yes| n5
  n4 -->|applies cash| n6

Map your own process

Describe your version out loud, or paste the transcript of a call. Wavelength draws the flow as you talk, and you can edit it by voice, by prompt, or by hand.

Start freeTry the live demo

Every new account starts with 14 days of Pro. No card needed.

More examples

Procure to pay processFlow diagram example Invoice approval workflowFlow diagram example Employee onboarding processFlow diagram example

See all flow diagram examples