HolidaySchedules
Defines holiday schedules used by business processes or calendars, mapping specific holidays to regions, user groups, or operational calendars to manage availability and automation behavior.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier assigned to each holiday schedule record in the system. This value is system-generated and immutable. |
| Name | String | False |
The name of the holiday schedule, typically representing a business region, department, or calendar configuration for non-working days. |
| Status | String | False |
Indicates the current lifecycle state of the holiday schedule, such as Active, Inactive, or Archived. |
| Created By | String | True |
The username or system identifier of the user who originally created the holiday schedule entry in Veeva Vault. |
| Created Date | Datetime | True |
The timestamp indicating when the holiday schedule record was first created in the system. |
| Global ID | String | True |
A system-assigned, globally unique identifier (GUID) for the holiday schedule, used to support integrations and cross-system referencing. |
| Last Modified By | String | True |
The username or identifier of the last user who modified the holiday schedule record. |
| Last Modified Date | Datetime | True |
The timestamp of the most recent update made to the holiday schedule, whether by a user or system process. |
| Link | String | False |
A system-generated hyperlink pointing to the specific holiday schedule record within the Veeva Vault user interface. |