JobChangesStartDetails
Retrieves start date and other onboarding-related details for a specific job change.
Table Specific Information
Select
The Workday driver requires filtering on JobChange_Id in order to perform the query.
For example:
SELECT * FROM JobChangesStartDetails WHERE JobChange_Id = '1234';
Workday Resource Information
Retrieves the start details for the specified job change ID.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 change start details instance, ensuring accurate tracking. |
| JobChange_Id [KEY] | String | False |
A system-generated unique identifier for the job change process, required in all queries to track employment modifications. |
| Date | Datetime | False |
The date when this job change takes effect, defining the official transition timeline. |
| Descriptor | String | False |
A brief, user-friendly summary of the job change instance, providing context for the employment modification. |
| Job_Descriptor | String | False |
A concise description of the job associated with this change, offering insight into the worker’s new or updated role. |
| Job_Href | String | False |
A direct URL linking to the job instance in Workday, enabling quick access to job details. |
| Job_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the job, ensuring accurate tracking within workforce management. |
| Location_Descriptor | String | False |
A brief, user-friendly description of the new work location, clarifying where the worker will be based. |
| Location_Href | String | False |
A direct URL linking to the work location instance in Workday, providing easy reference. |
| Location_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the work location, ensuring accurate workplace tracking. |
| Reason_Descriptor | String | False |
A brief, user-friendly description of the reason for this job change, clarifying the purpose behind the modification. |
| Reason_Href | String | False |
A direct URL linking to the job change reason instance in Workday, allowing quick reference to the rationale. |
| Reason_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the job change reason, ensuring consistent documentation. |
| SupervisoryOrganization_Descriptor | String | False |
A brief, user-friendly description of the supervisory organization associated with the job change. |
| SupervisoryOrganization_Href | String | False |
A direct URL linking to the supervisory organization instance in Workday, enabling easy access to organizational details. |
| SupervisoryOrganization_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the supervisory organization, ensuring accurate workforce structuring. |
| Template_Descriptor | String | False |
A brief, user-friendly description of the job change template, outlining the structured transition process. |
| Template_Href | String | False |
A direct URL linking to the job change template instance in Workday, providing easy reference. |
| Template_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the job change template, ensuring standardized employment transitions. |
| UseNextPayPeriod | Bool | False |
Indicates whether the job change will take effect in the next pay period ('true' or 'false'), helping align changes with payroll schedules. |
| Worker_Descriptor | String | False |
A brief, user-friendly description of the worker associated with this job change, typically displaying their name. |
| Worker_Href | String | False |
A direct URL linking to the worker instance in Workday, allowing quick access to worker details. |
| Worker_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the worker, ensuring accurate employment tracking. |