ProspectsEducations
Retrieves educational background details for a specific prospect, providing insights into qualifications and academic history.
Table Specific Information
Select
The Workday connector requires filtering on Prospects_Id in order to perform the query.
For example:
SELECT * FROM ProspectsEducations WHERE Prospects_Id = 'c1d030d96f4c900144b4d0bd8d470000';
Workday Resource Information
Retrieves the education of the prospect with the specified ID.Secured by: Prospects
Scope: Recruiting, Talent Pipeline
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
A unique identifier for this specific educational record within Workday. |
| Prospects_Id [KEY] | String | False |
The unique Workday ID (WID) for the prospect associated with this educational record. |
| Degree_Descriptor | String | False |
A textual representation of the academic degree earned or pursued, such as 'Bachelor of Science in Computer Science' or 'Master of Business Administration.' |
| Degree_Href | String | False |
A URL or link directing to the Workday reference for the specific academic degree. |
| Degree_Id | String | False |
A system-generated WID, ID, or external reference ID, used to uniquely identify the academic degree. |
| FieldOfStudy_Descriptor | String | False |
A descriptive label specifying the candidate's field of study, such as 'Electrical Engineering' or 'Finance and Accounting.' |
| FieldOfStudy_Href | String | False |
A URL or Workday reference link pointing to the specific field of study details. |
| FieldOfStudy_Id | String | False |
A WID, system-generated ID, or external reference ID, used to uniquely identify the field of study. |
| FirstYearAttended | Datetime | False |
The earliest recorded year in which the candidate started attending this educational institution, formatted as a date-time value. |
| GradeAverage | String | False |
The candidate's academic performance indicator, which can include a GPA (for example, 3.8/4.0), letter grade, or percentage score, based on the institution’s grading system. |
| LastYearAttended | Datetime | False |
The most recent recorded year in which the candidate attended this educational institution, formatted as a date-time value. |
| SchoolName | String | False |
The official name of the educational institution where the candidate studied or is currently studying. |