ProspectsResumeAttachments
Stores and retrieves resume attachments uploaded by prospects, ensuring easy access to applicant documentation.
Table Specific Information
Select
The Workday connector requires filtering on Prospects_Id in order to perform the query.
For example:
SELECT * FROM ProspectsResumeAttachments WHERE Prospects_Id = 'c1d030d96f4c900144b4d0bd8d470000';
Workday Resource Information
Retrieves the resume attachment with the specified ID for the specified prospect.Secured by: Candidate Data: Attachments
Scope: Recruiting
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier for the resume attachment instance. This value is system-generated and ensures each attachment is uniquely recognized within the database. |
| Prospects_Id [KEY] | String | False |
The Workday ID (WID) associated with the prospect who owns this resume attachment. This ID links the attachment to a specific candidate profile within Workday. |
| ContentType_Id | String | False |
The unique identifier or reference ID associated with the content type of the attached file. This helps categorize the file format for processing and display purposes. |
| Descriptor | String | False |
A brief textual representation or preview of the resume attachment, often used to provide a summary or key details about the document contents. |
| FileExtension | String | False |
The file format extension of the uploaded resume attachment, such as .pdf, .docx, or .txt. This determines how the file can be opened and processed. |
| FileLength | Decimal | False |
The total size of the resume attachment in bytes. This value ensures compliance with system limitations and helps manage storage efficiently. |
| FileName | String | False |
The original name of the uploaded resume file, including its extension. This name is typically provided by the user during upload and can help identify the file's contents. |