JobChangesOpening
Retrieves details on open job positions associated with a job change, helping manage job transfers and internal mobility.
Table Specific Information
Select
The Workday add-in requires filtering on JobChange_Id in order to perform the query.
For example:
SELECT * FROM JobChangesOpening WHERE JobChange_Id = '1234';
Workday Resource Information
Retrieves the opening options for the specified job change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Actions: Change Job Date and Reason
Scope: Staffing
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the job opening instance, ensuring accurate tracking of job vacancies. |
| JobChange_Id [KEY] | String | False |
A system-generated unique identifier for the job change process, required in all queries to track employment modifications. |
| Descriptor | String | False |
A brief, user-friendly summary of the job opening, providing essential details about the position. |
| HeadcountOption_Descriptor | String | False |
A brief, user-friendly description of the headcount option, specifying how the position fits within the organization's staffing plan. |
| HeadcountOption_Href | String | False |
A direct URL linking to the headcount option instance in Workday, allowing easy access to staffing configurations. |
| HeadcountOption_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the headcount option, ensuring precise workforce planning. |
| OpeningAvailableForOverlap | Bool | False |
Indicates whether the job opening allows overlap between the departing and incoming employees ('true' or 'false'), helping manage smooth transitions. |