Person certificate

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 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
Person Certificate Entity ID
mshr_hcmpersoncertificateentityid
GUID
Read-only
Required
System-generated unique identifier for the person certificate entity record.
Party Number
mshr_partynumber
String
Read/write
Required
The party (person) ID of the candidate.
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.
Certificate Type ID
mshr_certificatetypeid
String
Read/write
Required
The identifier of the certificate type defined in Human Resources.
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.
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.
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.

See also

Applicant Tracking System integration API introduction
Example query for Candidate to hire