OrganizationAssignmentChangesCompany
Retrieves company details linked to an organization assignment change, ensuring correct entity alignment.
Table Specific Information
Select
The Workday provider requires filtering on OrganizationAssignmentChange_Id in order to perform the query.
For example:
SELECT * FROM OrganizationAssignmentChangesCompany WHERE OrganizationAssignmentChange_Id = '12345';
Workday Resource Information
Retrieves a company for the specified organization assignment change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Organizations: Company
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 modifications in company assignments. |
| Company_Descriptor | String | False |
A user-friendly description of the company associated with the assignment change, providing details about the corporate entity affected by the update. |
| Company_Href | String | False |
A direct URL linking to the company instance in Workday, allowing users to access detailed information about the company involved in the assignment change. |
| Company_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the company associated with the assignment change, ensuring accurate tracking and reporting of organizational changes. |