ProspectsLanguagesAbilities
Links language abilities to a prospect’s language records, detailing their proficiency levels and specific linguistic skills.
Table Specific Information
Select
The Workday driver requires filtering on Prospects_Id in order to perform the query.
For example:
SELECT * FROM ProspectsLanguagesAbilities WHERE Prospects_Id = 'c1d030d96f4c900144b4d0bd8d470000';
Workday Resource Information
Retrieves the language with the specified ID for the specified prospect.Secured by: Prospects
Scope: Recruiting, Talent Pipeline
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
A unique identifier for this language ability record within Workday. This ID is system-generated and serves as a primary key. |
| ProspectsLanguages_Id [KEY] | String | False |
The unique Workday ID (WID) for the ProspectsLanguages entity that groups multiple language ability records for a prospect. |
| Prospects_Id [KEY] | String | False |
The unique WID for the prospect to whom this language ability record belongs. This links the language ability to a specific individual in the system. |
| AbilityType_Descriptor | String | False |
A textual representation of the language ability type, such as 'Speaking,' 'Reading,' or 'Writing,' providing human-readable context for the record. |
| AbilityType_Href | String | False |
A URL reference pointing to the Workday API endpoint where details about this specific language ability type can be retrieved. |
| AbilityType_Id | String | False |
A system-generated identifier that uniquely represents the language ability type within Workday. This could be a WID, a reference ID, or an external system ID. |
| Proficiency_Descriptor | String | False |
A textual description of the proficiency level associated with this language ability, such as 'Beginner,' 'Intermediate,' or 'Fluent,' providing a human-readable representation. |
| Proficiency_Href | String | False |
A URL reference pointing to the Workday API endpoint where details about this specific proficiency level can be retrieved. |
| Proficiency_Id | String | False |
A system-generated identifier that uniquely represents the proficiency level in Workday. This could be WID, a reference ID, or an external system ID. |