Person certificate
Applies to these Dynamics 365 apps:
Human Resources
This article describes the Person certificate entity for Dynamics 365 Human Resources.
Physical name: mshr_hcmpersoncertificateentity
Description
This entity describes the professional certificates of a candidate.
JSON representation
{
"mshr_certificatetypeid": "String",
"mshr_startdate": "Date",
"mshr_enddate": "Date",
"mshr_notes": "String",
"mshr_partynumber": "String",
"mshr_primaryfield": "String",
"_mshr_fk_certificatetype_id_value": "Guid",
"_mshr_fk_person_id_value": "Guid",
"mshr_hcmpersoncertificateentityid": "Guid"
}
Properties
Property Physical name Type |
Use | Description |
---|---|---|
Certificate Type ID mshr_certificatetypeid String |
Read/write Required |
The identifier of the certificate type defined in Human Resources. |
Start Date mshr_startdate Datetime |
Read/write Required |
The date at which the certificate was issued. |
End Date mshr_enddate Datetime |
Read/write Optional |
The date at which the certificate will expire. |
Notes mshr_notes String |
Read/write Optional |
Notes for use by hiring managers and recruiters. |
Party Number mshr_partynumber String |
Read/write Required |
The party (person) ID of the candidate. |
Primary Field mshr_primaryfield String |
Read-only Required |
Field to be used as an identifier of the entity record. Combination of party number, certificate type ID, and start date. |
Certificate Type ID Value _mshr_fk_certificatetype_id_value GUID |
Read-only Required Foreign key: mshr_hcmcertificatetypeentityid of mshr_hcmcertificatetypeentity |
System-generated unique identifier of the certificate type in the associated entity. |
Person ID Value _mshr_fk_person_id_value GUID |
Read-only Required Foreign key: mshr_dirpersonentityid of mshr_dirpersonentity |
The system-generated identifier of the party (person) entity record. |
Person Certificate Entity ID mshr_hcmpersoncertificateentityid GUID |
Read-only Required |
System-generated unique identifier for the person certificate entity record. |
See also
Applicant Tracking System integration API introduction
Example query for Candidate to hire