GuideGetting startedStandard adminv2.0.0source-verified

Complete your first lead-to-order workflow

Create a lead, link the billing account, prepare a product and quote, then verify payment and fulfillment.

For
business-owner
Owner
Commerce documentation owner
Applies to
Feeding Frenzy source inspected 2026-09-10
Reviewed
2026-09-10
LeadIDAccountIDProductIDBasketID

Before you start

  • Access to lead and commerce administration in your own installation. The routes below belong to that admin application, not this documentation website.
  • An enabled account type, product type and payment configuration. Use a designated test environment for a rehearsal.
  • A sample customer, an agreed product price and a defined fulfillment outcome.

Open in your admin application

Use your installation’s admin address with one of these routes. Replace {id} with the actual record identifier.

/lead-insert/quote-insert/basket-checkout?BasketID={id}
01

Run the workflow in dependency order

  1. Create the customer context

    Search /leads first. If no matching record exists, use /lead-insert to enter Company, primary contact, Lead Status and Source. Open the saved lead and note its LeadID. Follow the lead procedure.

  2. Create the billing account

    On the lead choose Create Account. Enter Account Name and Account Type, then create it. Return to the lead and verify the link. This step is explicit; saving a lead does not itself create a commerce account.

  3. Prepare something to sell

    Create an enabled product with a Code / SKU, Product type and Initial price. For the first rehearsal use an already configured product whose fulfillment behavior is understood. A subscription additionally needs a matching enabled billing schedule.

  4. Prepare the quote

    Open /quote-insert, search for and select the account, then choose Continue to Quote. Add the product, quantity and unit price. Record the BasketID; you will use it throughout checkout.

  5. Review before committing

    Check line quantities, discounts, tax, shipping and Total. Save Notes separately if you added quote notes. Use Review or Print to check the customer-facing document. Convert to Order finalizes the basket; it is not a payment.

  6. Complete checkout

    Open Continue Checkout. Review the account, balance and processor environment. Follow the payment procedure for your configured method. Do not submit another charge merely because a browser response was delayed.

  7. Close the loop

    Verify Amount Paid, Balance and Fulfillment separately. Return to the lead, record the outcome in Notes and set the next Follow Up Date. For a recurring item, inspect the resulting Product Renewal and its billing lifecycle.

Fields & records

Field / recordMeaning or use
LeadID → AccountIDCustomer context connects to the billing entity.
BasketIDThe quote, finalized order and checkout retain the same identifier.
Payment and fulfillmentSeparate outcomes: money received is not proof that all fulfillment work finished.

Verify the result

  • The same account appears on the lead-linked commerce record and quote.
  • The BasketID does not change at conversion.
  • The payment is recorded once and any remaining fulfillment work is visible.

Troubleshooting

What you seeWhat to check or do
Account absent from quote searchVerify that it was created from the lead and is enabled.
Product absent from quote searchVerify Enabled on the product, rather than creating a duplicate SKU.
Paid but unfinishedRead Fulfillment status and error. Follow the retry procedure; do not charge again.

Version & scope

Procedure checked against current Feeding Frenzy forms and services. Source verification is not a claim that a live payment, message, customer transaction or full operator run occurred.

Public guides describe shared controls, records and configuration boundaries using fictional data. Tenant URLs, credentials, customer records, provider identifiers and installation-only procedures belong in customer-controlled documentation and are excluded from public pages and search.

Version
2.0.0
Change source
Current Feeding Frenzy forms/services plus reconciled Wiki topics
Feedback key
guide:first-sale
Was this guide helpful?

Feedback records only the page, guide ID and yes/no choice. It never records documentation search text.

Implementation references (3)
  • FeedingFrenzy.Admin/wwwroot/kScripts/Accounts/Account.Insert.ks.html
  • FeedingFrenzy.Admin/wwwroot/kScripts/Quotes/Quote.Insert.ks.html
  • FeedingFrenzy.Admin/wwwroot/kScripts/Baskets/Basket.Checkout.ks.html
← All documentationSoftware feature map ↗