ProspectsSkills
Captures and retrieves details on skills possessed by prospects, assisting recruiters in identifying suitable candidates based on expertise.
Table Specific Information
Select
The Workday provider requires filtering on Prospects_Id in order to perform the query.
For example:
SELECT * FROM ProspectsSkills WHERE Prospects_Id = 'c1d030d96f4c900144b4d0bd8d470000';
Workday Resource Information
Retrieves the skill with the specified ID for the specified prospect.Secured by: Prospects
Scope: Recruiting, Talent Pipeline
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier for the skill record. This value is automatically generated and serves as the primary key for referencing this specific skill instance. |
| Prospects_Id [KEY] | String | False |
The unique Workday ID (WID) for the prospect associated with this skill. This ID links the skill entry to a specific candidate profile in the Workday system. |
| Name | String | False |
The official name or designation of the skill possessed by the candidate. This value is used to categorize and filter skills when evaluating prospect qualifications. |