Invoice Line

Represents one line on a customer invoice.

The Invoice Line business object represents one line on a customer invoice. It provides a structured way to identify the item being billed, quantity, unit price, currency, description, and calculated total.

Description

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

Included Fields

Invoice Line

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

Common Uses

  • Invoice Detail: Represent individual products or services billed on an invoice.
  • Item Billing: Connect invoice lines to Item records.
  • Quantity and Pricing: Record the quantity and unit price for each line.
  • Line Total Calculation: Calculate the amount for each invoice line.

Related Business Objects

Finance

Inventory

Included Features

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