ProductViews
Defines saved configurations for displaying filtered or organized product data.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the product view record within the system. |
| Product View Type | String | True |
The classification or object type of the product view. |
| Global ID | String | True |
The globally unique identifier used for cross-system integration and tracking. |
| Link | String | False |
The system-generated hyperlink or reference to access the product view record. |
| Product View Name | String | False |
The name or title of the product view for display and user reference. |
| Status | String | False |
The current status of the product view, such as active or inactive. |
| Created By | String | True |
The user who originally created the product view record. |
| Created Date | Datetime | True |
The date and time when the product view record was created. |
| Last Modified By | String | True |
The user who most recently updated the product view record. |
| Last Modified Date | Datetime | True |
The date and time when the product view record was last modified. |
| Active | Bool | False |
The flag indicating whether the product view is currently active. |
| Filter Criteria | String | False |
The filtering conditions applied to define which products are shown in the view. |
| Sharing Group | String | False |
The group of users or roles with whom the product view is shared. |
| Owner | String | False |
The user or team responsible for managing the product view. |
| Legacy CRM Id | String | False |
The identifier from a legacy Customer Relationship Management (CRM) system. |