AcademicCalendarsPeriodTypes
Defines period types within academic calendars, categorizing different time segments such as terms, semesters, or quarters to facilitate scheduling, financial aid disbursement, and regulatory reporting requirements.
Table Specific Information
Select
The Workday connector requires filtering on AcademicCalendars_Id in order to perform the query.
For example:
SELECT * FROM AcademicCalendarsPeriodTypes WHERE AcademicCalendars_Id = '1234';
Workday Resource Information
Retrieves all academic calendars.Secured by: Set Up: Academic Calendar
Scope: Academic Foundation
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier (Id) for the academic period type. This Id is used to distinguish different period types within an academic calendar, such as semesters, trimesters, or quarters. |
| AcademicCalendars_Id [KEY] | String | The unique Id for the academic calendar that contains this period type. This linkage ensures that each academic period type is correctly associated with the appropriate academic calendar, supporting structured academic scheduling. |
| Descriptor | String | The display name of the instance |
| Standard | Bool | Indicates whether the period follows a standard ordering within the academic calendar. A value of 'true' signifies that the period adheres to a predefined, institutionally recognized sequence, ensuring consistency in academic structuring and scheduling. |