JobChangesComment
Returns comments or notes associated with a specific job change, providing additional context on the update.
Table Specific Information
Select
The Workday cmdlet requires filtering on JobChange_Id in order to perform the query.
For example:
SELECT * FROM JobChangesComment WHERE JobChange_Id = '1234';
Workday Resource Information
Returns the comment information for the specified job change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Change Job (Mass Action), Change Job (REST Service)
Scope: Staffing
Columns
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
A system-generated unique identifier for the job change process, required in all queries to track employment modifications. |
| Comment | String | False |
A remark or explanation provided during the job change process before submission. This field allows users to document the rationale or important details related to the change for better tracking and review. |