ProspectsCandidatePools
Associates prospects with candidate pools, facilitating segmentation of potential hires based on skill sets, experience, or job roles.
Table Specific Information
Select
The Workday provider retrieves the first 5 rows from the ProspectsCandidatePools table without applying any filters.
For example:
SELECT * FROM ProspectsCandidatePools Limit 5;
Workday Resource Information
Creates a single prospect instance with the specified data. In the request body, specify at least the required field: candidate.name.country.id. The Recruiting Name Components configuration might require additional fields for candidate.name. To determine additional required fields, see the Recruiting Name Components tab on the Maintain Name Components by Country task.Secured by: Create External Prospects, Set Up: External Career Site Access
Scope: Recruiting
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier for the instance, used as the primary key to distinguish each record. |
| Prospects_Id [KEY] | String | False |
The specific Workday ID (WID) for the Prospects entity that contains this candidate pool entry. This is used to establish relationships between candidates and their associated pools. |
| Descriptor | String | False |
A brief textual representation or summary of the instance, typically used for display purposes in Workday interfaces. |