OrganizationAssignmentChangesRegion
Retrieves region details associated with an organization assignment change, ensuring correct geographical placement.
Table Specific Information
Select
The Workday server requires filtering on OrganizationAssignmentChange_Id in order to perform the query.
For example:
SELECT * FROM OrganizationAssignmentChangesRegion WHERE OrganizationAssignmentChange_Id = '12345';
Workday Resource Information
Retrieves a region for the specified organization assignment change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Organizations: Region
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 regional modifications. |
| Region_Descriptor | String | False |
A user-friendly description of the region associated with the assignment change, providing insights into its geographic scope, administrative function, or jurisdiction. |
| Region_Href | String | False |
A direct URL linking to the region instance in Workday, allowing users to navigate to detailed information about the assigned region. |
| Region_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the region associated with the assignment change, ensuring accurate classification and tracking of geographic assignments. |