Holidays
Stores records of recognized holidays within the system, including dates and holiday types, to support features like scheduling, workflow planning, and compliance tracking across different regions.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
A unique identifier for the holiday record within the Veeva Vault system. This is used as the primary key for referencing and lookups. |
| Name | String | False |
The name or title assigned to the holiday entry, typically representing the event or observance (for example, Independence Day or Labor Day). |
| Status | String | False |
The current lifecycle status of the holiday record, such as Active, Inactive, or Archived, indicating whether the entry is in use or deprecated. |
| Created By | String | True |
The user or system account that initially created the holiday record in Vault. This is used for auditing and historical tracking. |
| Created Date | Datetime | True |
The timestamp indicating when the holiday record was first created in the Vault system. Stored in UTC. |
| Global ID | String | True |
A globally unique identifier assigned by the system to support cross-organization or cross-vault data consistency and tracking. |
| Last Modified By | String | True |
The user or system account that last updated the holiday record. Helps trace change history and user accountability. |
| Last Modified Date | Datetime | True |
The timestamp of the most recent update to the holiday record, including metadata or value changes. Stored in UTC. |
| Link | String | False |
A system-generated URL or deep link that provides direct access to the holiday record within the Vault user interface. |
| Holiday Schedule | String | False |
References the holiday schedule to which this entry belongs. This is used to group holidays under a common calendar for planning and compliance. |
| Date | Date | False |
The calendar date on which the holiday occurs. This field is used for scheduling, exclusion logic, and reporting purposes. |