OrganizationAssignmentChangesCostCenter
Retrieves cost center information associated with an organization assignment change, supporting financial tracking.
Table Specific Information
Select
The Workday connector requires filtering on OrganizationAssignmentChange_Id in order to perform the query.
For example:
SELECT * FROM OrganizationAssignmentChangesCostCenter WHERE OrganizationAssignmentChange_Id = '12345';
Workday Resource Information
Retrieves a cost center for the specified organization assignment change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Organizations: Cost Center
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 cost center assignments. |
| CostCenter_Descriptor | String | False |
The display name of the instance |
| CostCenter_Href | String | False |
A direct URL linking to the cost center instance in Workday, allowing users to access detailed financial and organizational information about the cost center involved in the assignment change. |
| CostCenter_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the cost center associated with the assignment change, ensuring accurate tracking of financial allocations and cost distributions. |