Description
A Price Book Entry is the amalgamation of the product, price book, and corresponding price.
- Click ‘Save & Add price’ button to assign standard price for the product, then click ‘Save’ button.
Fig 1: Price book entry page
Price Book Entry Fields :
Field Label | Data Type | Description |
Name | String | Name of this PricebookEntry record. This read-only field references the value in the Name field of the Product2 record. Label is Product Name. |
Product2Id | Reference | Required. ID of the Product2 record with which this record is associated. This field must be specified when creating Product2 records. It can’t be changed in an update. |
IsActive | Boolean | Indicates whether this price book entry is active (true) or not (false). Although you can never delete PricebookEntry records, your client application can set this flag to false. Inactive PricebookEntry records are hidden in many areas in the user interface. You can change this flag on a PricebookEntry record whenever necessary. |
UnitPrice | Currency | Required. Unit price for this price book entry. You can specify a value only if UseStandardPrice is set to false. Label is List Price. |
ProductCode | String | Product code for this record. This read-only field references the value in the ProductCode field of the associated Product2 record. |
Pricebook2 | Reference | ID of the Pricebook2Id record with which this record is associated. |