Payroll variable compensation plan
Important
The functionality noted in this article is currently available in both the stand-alone Dynamics 365 Human Resources and the merged Finance infrastructure. Navigation might be different than noted while we make updates. If you need to find a specific page, you can use Search.
Applies to these Dynamics 365 apps:
Human Resources
This article describes the Payroll variable compensation plan entity for Dynamics 365 Human Resources.
Description
This entity provides the variable compensation plan assigned for a given position of an employee.
Physical name: mshr_payrollvariablecompensationawardentity.
Properties
| PropertyPhysical nameType | Use | Description |
|---|---|---|
| Personnel numbermshr_personnelnumberString | Read-only | The employee's unique personnel number. |
| Award datemshr_awarddateDate Time Offset | Read-only | Date of the award. |
| Award typemshr_awardtypemshr_HrmCompVarAwardEmplType option set | Read-only | The type of the award defined for the variable compensation plan. |
| Currencymshr_unitcurrencycodeString | Read-only | The currency defined for the variable compensation plan. |
| Fixed compensation plan IDmshr_fixedplanidString | Read-only | The fixed compensation plan that is used as a basis for the calculation of the award. |
| Unit valuemshr_awardamountDecimal | Read-only | The value of the unit |
| Process typemshr_processtypemshr_hrmCompProcessType option set | Read-only | The process type. |
| Variable compensation plan typeStringmshr_typeid | Read-only | The type of the variable compensation plan. |
| Variable compensation plan IDStringmshr_planid | Read-only | The id of the variable compensation plan. |
| Number of unitsDecimalmshr_numberofunits | Read-only | The number of units of the award. |
| Primary fieldmshr_primaryfieldGUID | Read-onlySystem generated. | |
| Payroll Variable Compensation Plan entitymshr_payrollvariablecompensationawardentityidGUID | System generated | A system-generated GUID value to uniquely identify the compensation plan. |
Relations
| Property value | Related entity | Navigation property | Collection type |
|---|---|---|---|
| _mshr_fk_employee_id_value | mshr_payrollemployeeentity | mshr_FK_Employee_id | mshr_FK_PayrollEmployeeEntity_VariableCompAward |
| _mshr_fk_fixedcomp_id_value | mshr_payrollfixedcompensationplanentity | mshr_FK_FixedComp_id | mshr_FK_PayrollFixedCompensationPlanEntity_VariableCompAward |
Example query
Request
GET [Organizaton URI]/api/data/v9.1/mshr_payrollvariablecompensationawardentities?$filter=mshr_personnelnumber eq '000046'
Response
{
"mshr_personnelnumber": "000046",
"mshr_awarddate": "2015-01-15T00:00:00Z",
"mshr_awardtype": 200000000,
"mshr_unitcurrencycode": "USD",
"mshr_fixedplanid": "",
"mshr_unitvalue": 1,
"mshr_processtype": 200000003,
"mshr_typeid": "Bonus",
"mshr_planid": "MgBonus",
"mshr_numberofunits": 1500,
"mshr_primaryfield": "000046 | MgBonus | Bonus | 1/15/2015",
"_mshr_fk_employee_id_value": "00000666-0000-0000-daff-004105000000",
"mshr_payrollvariablecompensationawardentityid": "000001a4-0000-0000-0d00-005001000000",
"_mshr_fk_fixedcomp_id_value": null
}
See also
Maklum balas
Kirim dan lihat maklum balas untuk