JobChangesStartDetails
Retrieves start date and other onboarding-related details for a specific job change.
Table Specific Information
Select
The Workday connector 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 |
The display name of the instance |
| Job_Descriptor | String | False |
The display name of the instance |
| 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 |
The display name of the instance |
| 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 |
The display name of the instance |
| 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 |
The display name of the instance |
| 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 |
The display name of the instance |
| 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 |
The display name of the instance |
| 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. |