Dt_Line_Items
Functionality Data Type
The Dt_Line_Items data type stores individual items listed within an invoice, allowing detailed breakdowns of billed products or services.
Data Fields:
Description (text) – A brief description of the product or service.
Invoice (Dt_Invoices) – A reference to the associated invoice.
Quantity (number) – The number of units for the item.
Total (Ex) (number) – The total amount excluding tax.
Unit Cost (number) – The price per unit of the item.
Creator (User, built-in field) – Automatically tracks who created the line item.
Modified Date (date, built-in field) – Records the last update made to the line item.
Created Date (date, built-in field) – Stores when the line item was created.
Slug (text, built-in field) – A unique identifier for referencing the line item.
Last updated