Product2
Stores product catalog information, including details about goods and services offered by a company.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the product record. | |
| Name | String | False |
Name of the product, used in catalogs, quotes, and opportunities. | |
| ProductCode | String | False |
Internal or external code used to identify the product across systems. | |
| Description | String | False |
Detailed description of the product, including features or specifications. | |
| IsActive | Boolean | False |
Indicates whether the product is currently active and available for use. | |
| CreatedDate | Datetime | True |
Date and time when the product record was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the product record. |
| LastModifiedDate | Datetime | True |
Date and time when the product record was last updated. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the product record. |
| SystemModstamp | Datetime | True |
System-generated timestamp for tracking the latest changes to the product. | |
| Family | String | False |
Category or group that the product belongs to, used for organizing and reporting. | |
| IsDeleted | Boolean | True |
Indicates whether the product has been deleted from the system. | |
| Old_Factory_Codes__c | String | False |
Custom field containing legacy factory codes previously associated with the product. | |
| TextLong2__c | String | False |
Custom field for storing extended text information related to the product. | |
| Factory_Code__c | String | False |
Custom field used to associate the product with a current factory code. |