PricebookEntry
Represents individual product entries in a price book, linking products to specific pricing details.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the price book entry record. | |
| Name | String | True |
Name of the product associated with this price book entry. | |
| Pricebook2Id | String | False |
Pricebook2.Id |
Identifier of the price book that this entry belongs to. |
| Product2Id | String | False |
Product2.Id |
Identifier of the product being listed in the price book. |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| UnitPrice | Decimal | False |
List price of the product as specified in this price book entry. | |
| IsActive | Bool | False |
Indicates whether the price book entry is currently active and available for use. | |
| UseStandardPrice | Bool | False |
Specifies whether the standard product price should be used instead of a custom list price. | |
| CreatedDate | Datetime | True |
Date and time when the price book entry was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the price book entry. |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the price book entry. |
| ProductCode | String | True |
Code used to identify the product in catalogs, orders, or inventory systems. | |
| IsDeleted | Bool | True |
Indicates whether the price book entry has been deleted from the system. | |
| IsArchived | Bool | True |
Indicates whether the record has the Archived characteristic. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the last modification of the record. | |
| LastModifiedDate | Datetime | True |
Date and time when the price book entry was last modified. |