JobChangesBusinessTitle
Retrieves the updated business title associated with a specific job change, reflecting new roles or responsibilities.
Table Specific Information
Select
The Workday driver requires filtering on JobChange_Id in order to perform the query.
For example:
SELECT * FROM JobChangesBusinessTitle WHERE JobChange_Id = '1234';
Workday Resource Information
Retrieves a business title for the specified specified job change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Actions: Business Title
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. |
| BusinessTitle | String | False |
The worker’s updated business title as of the effective date. If no custom business title is assigned, this field defaults to the job title or job profile name, ensuring alignment with company standards. |