| CurrencyIsoCode
|
- Type
- picklist
- Properties
- Filter, Restricted picklist
- Description
- Available only for organizations with the multicurrency feature
enabled. Contains the ISO code for any currency allowed by the organization.
|
| IsActive
|
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Indicates whether this object is active (true) or not (false). Although you can never delete PricebookEntry records, your client application can set this flag to false. Inactive PricebookEntry objects are hidden in many areas in the user interface. You
can change this flag on a PricebookEntry record as often as necessary.
|
| IsDeleted
|
- Type
- boolean
- Properties
- Defaulted on create, Filter
- Description
- Indicates whether the object has been moved to the Recycle Bin
(true) or not (false). Label is Deleted.
|
| Name
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Name of this PricebookEntry object. This read-only field references the value in the Name
field of the Product2 object. Label is Product Name.
|
| Pricebook2Id
|
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- Required. ID of the Pricebook2 object with which this object is associated. This field must
be specified when creating Pricebook2 records. It can’t be changed in an update.
|
| Product2Id
|
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- ID of the Product2 object with which this object is associated. Required field.
This field must be specified when creating Product2 records. It can’t be changed in an update.
|
| ProductCode
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Product code for this object. This read-only field references
the value in the ProductCode field of the associated Product2 record.
|
| UnitPrice
|
- Type
- currency
- Properties
- Create, Filter, Sort, Update
- Description
- Required. Unit price for this object. You can specify a value
only if UseStandardPrice is set to false.
Label is List Price.
|
| UseStandardPrice
|
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Indicates whether this object uses the standard price defined
in the standard Pricebook2 object (true) or not (false). If set to true, then the UnitPrice field is read-only, and the value will be the same as
the UnitPricevalue in the corresponding PricebookEntry in the standard price book (that is, the PricebookEntry object whose Pricebook2Id refers to the standard price book and whose Product2Id and CurrencyIsoCode are the same as this object). For PricebookEntry objects associated with the standard Pricebook2 object, this field must be set to true.
|