Quote Line

Represents one line on a quote.

The Quote Line business object represents one line on a quote. It provides a structured way to track the item, description, quantity, unit price, currency, and calculated total.

Description

Use the Quote Line object to represent individual products or services included on a customer quote. It can reference an Item, retrieve the item name and sales price, inherit the quote currency, and calculate the line total from quantity and unit price.

Included Fields

Quote Line

  • Item Reference
  • Description
  • Quantity
  • Unit Price
  • Currency
  • Total

Common Uses

  • Quote Detail: Represent individual products or services included in a quote.
  • Item Quoting: Connect quote lines to Item records.
  • Quantity and Pricing: Record the quantity and unit price for each line.
  • Line Total Calculation: Calculate the total amount for each quote line.

Related Business Objects

Included Features

  • Item reference
  • Description lookup from the referenced Item
  • Unit price lookup from the referenced Item
  • Currency inherited from the parent Quote
  • Automatic line total calculation