QuoteLineItem
Tracks individual products or services included in a Quote, managing pricing and quantities.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the quote line item record. | |
| IsDeleted | Boolean | True |
Indicates whether the quote line item has been deleted from the system. | |
| LineNumber | String | True |
Sequential number used to order line items within a quote. | |
| CreatedDate | Datetime | True |
Date and time when the quote line item was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the quote line item. |
| LastModifiedDate | Datetime | True |
Date and time when the quote line item was last modified. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last updated the quote line item. |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent update to the line item. | |
| QuoteId | String | False |
Quote.Id |
Identifier of the quote this line item is associated with. |
| PricebookEntryId | String | False |
Identifier of the price book entry representing the product or service. | |
| Quantity | Double | False |
Number of units for the product or service included in the quote. | |
| UnitPrice | Double | False |
Sales price per unit for this product or service. | |
| Discount | Double | False |
Discount amount applied to this line item. | |
| Description | String | False |
Free-text description or notes specific to this line item. | |
| ServiceDate | Datetime | False |
Date on which the service is to be performed or the product is to be delivered. | |
| SortOrder | Int | True |
Numeric value used to control the display order of line items on the quote. | |
| ListPrice | Double | True |
Base list price for the product or service before any discounts. | |
| Subtotal | Double | True |
Total price for the line item before tax, based on unit price and quantity. | |
| TotalPrice | Double | True |
Final price for the line item after discount is applied. |