JobProfilesWorkersCompensationCodes
Retrieves workers' compensation codes linked to job profiles, ensuring compliance with legal and insurance requirements.
Workday Resource Information
Retrieves a collection of job profiles.Secured by: Job Profile: View, Public Job: View
Scope: Jobs & Positions
Aggregate Fields
The provider represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
Locations_Aggregate
[{
country: { /* Returns the country from the primary address for the location. */
descriptor: Text /* A preview of the instance */
}
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
Regions_Aggregate
[{
descriptor: Text /* A preview of the instance */
}]
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier (WID, ID, or reference ID) assigned to the worker's compensation code instance, ensuring proper tracking for labor compliance. |
| JobProfiles_Id [KEY] | String | A unique identifier (Workday ID) of the job profile associated with this worker's compensation code, linking job roles to specific legal classifications. |
| Code | String | The official worker's compensation code assigned to this job profile, used for regulatory and insurance purposes. |
| Country_Alpha3Code | String | The three-letter ISO country code representing the country where this worker's compensation code applies, ensuring location-based compliance. |
| Country_Descriptor | String | A user-friendly description of the country where this worker's compensation code is applicable, providing geographic context. |
| Country_Id | String | A unique identifier (WID, ID, or reference ID) assigned to the country associated with this worker's compensation code, supporting accurate jurisdictional tracking. |
| Descriptor | String | A brief, user-friendly description of the worker's compensation code, clarifying its purpose and usage. |
| Inactive | Bool | Indicates whether the worker's compensation code is inactive ('true' or 'false'), determining its current validity. |
| Locations_Aggregate | String | A list of locations where this worker's compensation code is applicable, helping define its coverage scope. |
| Name | String | A detailed description of the worker's compensation code, specifying its relevance to different job profiles and industries. |
| Regions_Aggregate | String | A list of country regions where this worker's compensation code is used, ensuring accurate assignment in multi-region companies. |
| IncludeInactive_Prompt | Bool | If true, includes inactive job profiles in query results. Default is false, ensuring that only active job profiles are considered unless explicitly specified. |