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 | Bool | 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. |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the product record. |
| Family | String | False |
Category or group that the product belongs to, used for organizing and reporting. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| ExternalDataSourceId | String | False |
ID of the ExternalDataSource associated with this record. | |
| ExternalId | String | False |
External ID from another system. | |
| DisplayUrl | String | False |
Field containing DisplayUrl information. | |
| QuantityUnitOfMeasure | String | False |
Field containing QuantityUnitOfMeasure information. | |
| IsDeleted | Bool | True |
Indicates whether the product has been deleted from the system. | |
| IsArchived | Bool | True |
Indicates whether the record has the Archived characteristic. | |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| StockKeepingUnit | String | False |
Field containing StockKeepingUnit information. | |
| Type | String | False |
Type of account or classification. | |
| 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 for tracking the latest changes to the product. | |
| LastModifiedDate | Datetime | True |
Date and time when the product record was last updated. |