DepartmentHolidayScheduling
This table stores the dates set as holidays for a department. This table also indicates whether a given holiday has been applied as unavailable time to provider and resource scheduling templates. If Cadence is installed and configured to set unavailable time using holidays then the data that populates this table is built automatically during Cadence End of Day processing. Otherwise this data can be generated via a batch job using template 81 - Build Holidays Index.
| Column Name | Type | Description |
|---|---|---|
| IsHolidayForResources | VARCHAR | A date can be marked as a holiday for staff and/or resources. If this date is a holiday for resources, this column contains "Y". Otherwise, the field is null. |
| LoggedCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| InstancePhysicalOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| IsHolidayForStaffIndicator | VARCHAR | A date can be marked as a holiday for staff and/or resources. If this date is a holiday for staff, this column contains "Y". Otherwise, the field is null. |
| IsHolidayAppliedToTemplateIndicator | VARCHAR | It is possible for a holiday to be configured for a department but left unapplied to the associated provider/resource templates. In this case, the holiday has not been used to set unavailable days in a provider template. If a holiday has not been applied to templates this column will contain the letter "N". Otherwise, this column will contain the letter "Y". |
| DepartmentIdentifier | NUMERIC | Holidays are set on a per-department basis. This is the department identifier (DEP .1) of the department that has a holiday on the given date. |
| DepartmentHoliday | DATETIME | This field contains a date that has been marked as a holiday. |