JobChangesPosition
Retrieves position details for a given job change, ensuring updates align with organizational structure and reporting lines.
Table Specific Information
Select
The Workday add-in requires filtering on JobChange_Id in order to perform the query.
For example:
SELECT * FROM JobChangesPosition WHERE JobChange_Id = '1234';
Workday Resource Information
Retrieves a position for the specified job change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Actions: Select or Create Position
Scope: Staffing
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the position instance, ensuring accurate job tracking. |
| JobChange_Id [KEY] | String | False |
A system-generated unique identifier for the job change process, required in all queries to track employment modifications. |
| AvailableForOverlap | Bool | False |
Indicates whether the position allows job overlap between the departing and incoming employees ('true' or 'false'), supporting smooth transitions. |
| ClosePosition | Bool | False |
Indicates whether the position is being closed as part of the job change process ('true' or 'false'), marking the position as inactive. |
| CreatePosition | Bool | False |
Indicates whether a new position is being created as part of the job change process ('true' or 'false'), enabling workforce expansion. |
| Descriptor | String | False |
A brief, user-friendly summary of the position instance, providing essential details about the job role. |
| JobRequisition_Descriptor | String | False |
A brief, user-friendly description of the job requisition, outlining hiring needs and associated job postings. |
| JobRequisition_Href | String | False |
A direct URL linking to the job requisition instance in Workday, allowing quick access to requisition details. |
| JobRequisition_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the job requisition, ensuring accurate tracking of hiring processes. |
| Position_Descriptor | String | False |
A brief, user-friendly description of the position, clarifying job responsibilities and organizational placement. |
| Position_Href | String | False |
A direct URL linking to the position instance in Workday, providing quick access to job details. |
| Position_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the position, ensuring accurate tracking within workforce management. |