ProductEvents
Captures significant product-related milestones, launches, or regulatory events.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the event record within the system. |
| Global ID | String | True |
The globally unique system identifier used for integration and tracking. |
| Link | String | False |
The system-generated hyperlink or reference to the event record. |
| Event Name | String | False |
The name of the event for display and reference purposes. |
| Status | String | False |
The current status of the event, such as scheduled, completed, or cancelled. |
| Created By | String | True |
The user who originally created the event record. |
| Created Date | Datetime | True |
The date and time when the event record was created in the system. |
| Last Modified By | String | True |
The user who last modified or updated the event record. |
| Last Modified Date | Datetime | True |
The date and time when the event record was most recently modified. |
| Description | String | False |
The full descriptive text or notes related to the event. |
| Event Date | Date | False |
The scheduled date of the event. |
| Product Catalog | String | False |
The associated product catalog relevant to the event. |
| Legacy CRM Id | String | False |
The original identifier of the event record from a legacy Customer Relationship Management (CRM) system. |