ProductInformations
Contains key information and labeling data about individual products.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the product information record within the system. |
| Product Information Type | String | True |
The type or category of the product information, used for classification. |
| Global ID | String | True |
The globally unique identifier used for integration across systems. |
| Link | String | False |
The system-generated hyperlink or reference to access the product information record. |
| Product Information Name | String | False |
The name or title of the product information for display purposes. |
| Status | String | False |
The current state of the product information record, such as active or inactive. |
| Created By | String | True |
The user who originally created the product information record. |
| Created Date | Datetime | True |
The date and time when the product information record was created. |
| Last Modified By | String | True |
The user who most recently updated the product information record. |
| Last Modified Date | Datetime | True |
The date and time of the most recent modification to the record. |
| External ID | String | False |
The identifier for the product information from an external system. |
| Recommended Quantity | Decimal | False |
The suggested quantity of the product based on analysis or business rules. |
| Recommendation Reason | String | False |
The explanation or rationale for the recommended quantity. |
| Account | String | False |
The account associated with the product recommendation or information. |
| Product | String | False |
The product related to the recommendation or informational entry. |
| Owner | String | False |
The user or team responsible for maintaining the product information record. |
| Legacy CRM Id | String | False |
The identifier from a legacy Customer Relationship Management (CRM) system. |
| Veeva External ID | String | False |
The external system identifier used by the Veeva platform. |