JobChangesLocation
Returns location-related details associated with a job change, ensuring proper worksite assignments and compliance.
Table Specific Information
Select
The Workday connector requires filtering on JobChange_Id in order to perform the query.
For example:
SELECT * FROM JobChangesLocation WHERE JobChange_Id = '1234';
Workday Resource Information
Returns the location information for the specified job change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Actions: Location
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. |
| Location_Descriptor | String | False |
The display name of the instance |
| Location_Href | String | False |
A direct URL linking to the work location instance in Workday, enabling quick access to location details. |
| Location_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the work location, ensuring accurate tracking of workplace assignments. |
| ScheduledHours | Decimal | False |
The updated scheduled weekly work hours for the worker as of the effective date, reflecting any changes in work schedule. |
| WorkShift_Descriptor | String | False |
The display name of the instance |
| WorkShift_Href | String | False |
A direct URL linking to the work shift instance in Workday, allowing easy reference to shift details. |
| WorkShift_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the work shift, ensuring accurate shift tracking. |
| WorkSpace_Descriptor | String | False |
The display name of the instance |
| WorkSpace_Href | String | False |
A direct URL linking to the workspace instance in Workday, providing easy access to workspace details. |
| WorkSpace_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the workspace, ensuring accurate tracking of assigned work areas. |