JobChangesJobProfile
Retrieves a job profile for a given job change, providing role-specific details such as responsibilities and required skills.
Table Specific Information
Select
The Workday connector requires filtering on JobChange_Id in order to perform the query.
For example:
SELECT * FROM JobChangesJobProfile WHERE JobChange_Id = '1234';
Workday Resource Information
Retrieves a job profile for the specified job change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Actions: Job Profile
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. |
| JobProfile_Descriptor | String | False |
A brief, user-friendly description of the job profile, providing insight into the worker’s responsibilities and role within the organization. |
| JobProfile_Href | String | False |
A direct URL linking to the job profile instance in Workday, allowing quick access to detailed job profile information. |
| JobProfile_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the job profile, ensuring accurate tracking of job roles. |
| JobTitle | String | False |
The updated job title assigned to the worker as of the effective date, reflecting any changes in role or position. |