Rating level
Applies to these Dynamics 365 apps:
Human Resources
This article describes the Rating level entity for Dynamics 365 Human Resources.
Physical name: mshr_hcmratinglevelentity
Description
This entity provides the available rating levels for skills. Rating levels apply across all legal entities.
JSON representation
{
"mshr_description": "String",
"mshr_factor": Int,
"mshr_note": "String",
"mshr_ratinglevelid": "String",
"mshr_ratingmodelid": "String",
"mshr_primaryfield": "String",
"_mshr_fk_ratingmodelentity_id_value": "Guid",
"mshr_hcmratinglevelentityid": "Guid"
}
Properties
Property Physical name Type |
Use | Description |
---|---|---|
Rating Level Entity ID mshr_hcmratinglevelentityid GUID |
Read-only Required System-generated |
The system-generated unique identifier for the level. |
Rating Level ID mshr_ratinglevelid String |
Read/write Required |
User-readable unique identifier for the level. |
Rating Model ID mshr_ratingmodelid String |
Read/write Required |
The rating model to which the rating level belongs. |
Rating Model Entity ID _mshr_fk_ratingmodelentity_id_value GUID |
Read-only Required Foreign key: mshr_hcmratingmodelentityid of mshr_hcmratingmodelentity |
The system-generated identifier for the rating model to which the rating level belongs. |
Description mshr_description String |
Read/write Required |
The description of the rating level. |
Factor mshr_factor Integer |
Read/write Required |
The factor for the rating level. When you compare items with a different number of rating levels, the factor is used to normalize the scores. The value must be an integer between 0 and 9. |
Note mshr_note String |
Read/write Optional |
Any notes associated with the rating level. |
Primary Field mshr_primaryfield String |
Read-only Required |
Field to be used as an identifier of the entity record. Combination of rating level ID and rating model ID. |
See also
Applicant Tracking System integration API introduction
Example query for Candidate to hire