BusinessEvents
Captures events of business significance, such as product launches, regulatory submissions, or strategic initiatives, including metadata like date, category, and status.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier assigned to each business event record within the system. |
| Business Event Type | String | True |
Specifies the type or category of the business event, used to distinguish among various operational or promotional event classifications. |
| Global ID | String | True |
System-generated unique global identifier used to maintain cross-system traceability and ensure entity uniqueness across Vault instances. |
| Link | String | False |
System-generated link or reference URL pointing to the business event record in Vault. |
| Business Event Name | String | False |
The user-defined title or label for the business event, used to identify and display the event throughout the user interface. |
| Status | String | False |
Indicates the current lifecycle status of the business event, such as Active, Inactive, or Retired. |
| Created By | String | True |
Username or identifier of the individual who originally created the business event record. |
| Created Date | Datetime | True |
Timestamp capturing the exact date and time the business event record was created in Vault. |
| Last Modified By | String | True |
Username or identifier of the individual who last modified the business event record. |
| Last Modified Date | Datetime | True |
Timestamp reflecting the most recent modification made to the business event record. |
| Active | Bool | False |
Boolean flag indicating whether the business event is currently active (true) or inactive (false) within the system. |
| Date Parameter | Decimal | False |
Numeric value representing a configurable date-related parameter associated with the business event, typically used for rule-based workflows or reporting. |
| Description | String | False |
Detailed textual explanation or summary providing context or background about the business event. |
| End Date | Date | False |
Defines the official end date of the business event, used to determine its lifecycle and relevance in reporting. |
| ExternalID | String | False |
External system identifier used to reference the business event in integrated platforms or third-party applications. |
| Issue Date | Date | False |
Date on which the business event or its associated documentation was formally issued or published. |
| Number of Pages | Decimal | False |
Numeric count of pages associated with the event, often used when linked documents are included. |
| Product Launch Date | Date | False |
Date on which the related product is scheduled to be or was launched, typically tied to event timing or strategy. |
| Start Date | Date | False |
Defines the official start date of the business event, marking the beginning of its active lifecycle. |
| Product | String | False |
Name or identifier of the product associated with the business event, establishing the commercial or operational focus of the event. |
| Owner | String | False |
Identifier of the user, team, or group responsible for managing the business event record. |
| Legacy CRM Id | String | False |
Historical identifier imported from a legacy Customer Relationship Management (CRM) system, used for reference or backward compatibility during migration. |