Certificate type

Applies to these Dynamics 365 apps:
Human Resources

This article describes the Certificate type entity for Dynamics 365 Human Resources.

Physical name: mshr_hcmcertificatetypeentity

Description

This entity defines the list of professional certificate types set up in Human Resources. The entity isn't specific to a legal entity (company).

JSON representation

{
    "mshr_certificatetype": "String",
    "mshr_description": "String",
    "mshr_requirerenewal": Int,
    "mshr_hcmcertificatetypeentityid": "Guid"
}

Properties

Property
Physical name
Type
Use Description
Certificate Type Entity ID
mshr_hcmcertificatetypeentityid
GUID
Read-only
Required
System-generated Unique primary identifier for the certificate type.
Certificate Type
mshr_certificatetype
String
Read/write
Required
Unique user-readable identifier for the certificate type.
Description
mshr_description
String
Read/write
Required
Description of the certificate type.
Require Renewal
mshr_requirerenewal
mshr_noyes option set
Read/write
Optional
Indicates whether renewal is required for the certificate.

See also

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