JobChangesMoveTeam
Retrieves team movement details related to a job change, supporting internal team transfers and reassignments.
Table Specific Information
Select
The Workday component requires filtering on JobChange_Id in order to perform the query.
For example:
SELECT * FROM JobChangesMoveTeam WHERE JobChange_Id = '1234';
Workday Resource Information
Retrieves a move team option from the specified job change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Actions: Move Manager's Team
Scope: Staffing
Columns
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
A system-generated unique identifier for the job change process, required in all queries to track employment modifications. |
| MoveTeam | Bool | False |
Indicates whether the teams reporting to the manager were moved along with them during the job change event ('true' or 'false'). |