OrganizationAssignmentChangesBusinessUnit
Retrieves business unit details associated with organization assignment changes.
Table Specific Information
Select
The Workday component requires filtering on OrganizationAssignmentChange_Id in order to perform the query.
For example:
SELECT * FROM OrganizationAssignmentChangesBusinessUnit WHERE OrganizationAssignmentChange_Id = '12345';
Workday Resource Information
Retrieves a business unit for the specified organization assignment change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Organizations: Business Unit
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 all queries to track assignment modifications. |
| BusinessUnit_Descriptor | String | False |
A user-friendly description of the business unit associated with the assignment change, providing insight into the specific division, department, or entity impacted. |
| BusinessUnit_Href | String | False |
A direct URL linking to the business unit instance in Workday, allowing users to access detailed information about the unit involved in the assignment change. |
| BusinessUnit_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the business unit associated with the assignment change, ensuring accurate tracking of structural adjustments. |