OrganizationAssignmentChangesComment
Retrieves comment details related to an organization assignment change, providing additional context.
Table Specific Information
Select
The Workday server requires filtering on OrganizationAssignmentChange_Id in order to perform the query.
For example:
SELECT * FROM OrganizationAssignmentChangesComment WHERE OrganizationAssignmentChange_Id = '12345';
Workday Resource Information
Retrieves the comment information for the specified organization assignment change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Change Organization Assignment (REST), Change Organization Assignments for Worker (Mass Action)
Scope: Organizations and Roles
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 changes in organizational structure. |
| Comment | String | False |
A comment or note entered during the organization assignment change process, typically used to provide context, reasoning, or additional details before submission. |