Sales Order Line

Represents one line on a sales order.

The Sales Order Line business object represents one line on a sales order. It provides a structured way to track the item, quantity ordered, quantity fulfilled, unit price, currency, description, and calculated total.

Description

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

Included Fields

Sales Order Line

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

Common Uses

  • Sales Order Detail: Represent individual products or services included in a sales order.
  • Item Ordering: Connect sales order lines to Item records.
  • Quantity Tracking: Record ordered and fulfilled quantities.
  • Pricing: Use item pricing for each sales order line.
  • Line Total Calculation: Calculate the total amount for each line.

Related Business Objects

Inventory

Included Features

  • Item reference
  • Description lookup from the referenced Item
  • Unit price lookup from the referenced Item
  • Currency inherited from the parent Sales Order
  • Quantity fulfilled tracking
  • Automatic line total calculation