Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to these Dynamics 365 apps:
Human Resources
This article describes the Payroll position job entity for Dynamics 365 Human Resources.
Description
This entity provides the relationship between position and a job for a given fixed compensation plan.
Physical name: mshr_payrollpositionjobentity.
Properties
Property Physical name Type |
Use | Description |
---|---|---|
Position ID mshr_positionid String |
Read-only | The ID of the position. |
Valid from mshr_validto Date Time Offset |
Read-only | That date that the position and job relationship is valid from. |
Valid to mshr_validto Date Time Offset |
Read-only | The date that the position and job relationship is valid to. |
Job ID mshr_jobid String |
Read-only | The ID of the job. |
Primary field mshr_primaryfield String |
System generated | The primary field. |
Payroll position job entity ID mshr_payrollpositionjobentityid Guid |
System generated. | A system-generated globally unique identifier (GUID) value to uniquely identify the job. |
Relations
Property value | Related entity | Navigation property | Collection type |
---|---|---|---|
_mshr_fk_fixedcompplan_id_value | mshr_payrollfixedcompensationplanentity | mshr_FK_FixedCompPlan_id | mshr_FK_PayrollFixedCompensationPlanEntity_Job |
_mshr_fk_jobdetail_id_value | mshr_hcmjobdetailentity | mshr_FK_JobDetail_id | Not applicable |
_mshr_fk_payroll_id_value | mshr_payrollpositionentity | mshr_FK_Payroll_id | mshr_FK_PayrollPositionEntity_Job |
Example query
Request
GET [Organizaton URI]/api/data/v9.1/mshr_payrollpositionjobentities?$filter=mshr_positionid eq '000276'
Response
{
"mshr_positionid": "000276",
"mshr_validfrom": "2016-07-06T18:11:33Z",
"mshr_validto": "2154-12-31T23:59:59Z",
"mshr_jobid": "Accountant",
"mshr_primaryfield": "000276 | Accountant | 7/6/2016 06:11:33 pm",
"_mshr_fk_jobdetail_id_value": "00000b8d-0000-0000-b0ff-004105000000",
"_mshr_fk_fixedcompplan_id_value": "0000058a-0000-0000-d5ff-004105000000",
"_mshr_fk_payroll_id_value": "00000427-0000-0000-df00-014105000000",
"mshr_payrollpositionjobentityid": "00000906-0000-0000-df00-014105000000"
}