OrganizationAssignmentChangesStartDetails
Retrieves start date and onboarding details for an organization assignment change.
Table Specific Information
Select
The Workday component requires filtering on OrganizationAssignmentChange_Id in order to perform the query.
For example:
SELECT * FROM OrganizationAssignmentChangesStartDetails WHERE OrganizationAssignmentChange_Id = '12345';
Workday Resource Information
Retrieves the start details for the specified organization assignment change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Organizations: Header
Scope: Staffing
Columns
| Name | Type | ReadOnly | Description |
| OrganizationAssignmentChange_Id [KEY] | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the organization assignment change process, required for tracking workforce modifications. |
| Date | Datetime | False |
The date when the organization assignment change takes effect, marking the official transition point for the reassignment. |
| Position_Descriptor | String | False |
A user-friendly description of the position associated with the assignment change, providing insights into job role, function, or department. |
| Position_Href | String | False |
A direct URL linking to the position instance in Workday, allowing users to navigate to detailed job-related information. |
| Position_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the position associated with the assignment change, ensuring accurate classification and tracking. |
| SupervisoryOrganization_Descriptor | String | False |
A user-friendly description of the supervisory organization associated with the assignment change, indicating the management structure governing the role. |
| SupervisoryOrganization_Href | String | False |
A direct URL linking to the supervisory organization instance in Workday, allowing users to access organizational details. |
| SupervisoryOrganization_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the supervisory organization, ensuring proper tracking within the organizational hierarchy. |
| Worker_Descriptor | String | False |
A user-friendly description of the worker affected by the assignment change, providing insight into their role and placement within the organization. |
| Worker_Href | String | False |
A direct URL linking to the worker instance in Workday, allowing access to the employee’s profile and related details. |
| Worker_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the worker affected by the assignment change, ensuring accuracy in personnel tracking. |