Pricebook2
Stores price books that define different pricing structures for products and services.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the price book record. | |
| IsDeleted | Boolean | True |
Indicates whether the price book has been deleted from the system. | |
| Name | String | False |
Name of the price book, typically used to distinguish between different pricing models or catalogs. | |
| CreatedDate | Datetime | True |
Date and time when the price book was originally created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the price book record. |
| LastModifiedDate | Datetime | True |
Date and time when the price book was last modified. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last updated the price book. |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the last time the record was modified by any process. | |
| LastViewedDate | Datetime | True |
Most recent date and time when the price book record was viewed by a user. | |
| LastReferencedDate | Datetime | True |
Most recent date and time when the price book was referenced in another record or operation. | |
| IsActive | Boolean | False |
Indicates whether the price book is currently active and available for use in transactions. | |
| Description | String | False |
Text description providing additional details about the purpose or contents of the price book. | |
| IsStandard | Boolean | True |
Indicates whether this is the system-generated standard price book. | |
| Factory_Code__c | String | False |
Custom field used to associate the price book with a specific factory code for manufacturing or distribution purposes. | |
| Old_Factory_Codes__c | String | False |
Custom field listing legacy or previously used factory codes linked to this price book. |