Screening types

Applies to these Dynamics 365 apps:
Human Resources

This article describes the Screening types entity for Dynamics 365 Human Resources.

Physical name: mshr_hcmscreeningtypeentity

Description

This entity describes the screening types set up by the company for pre-employment and ongoing employee screening processes.

JSON representation

{
    "mshr_description": "String",
    "mshr_frequencyunit": Int,
    "mshr_generatefrom": Int,
    "mshr_frequencyinterval": Int,
    "mshr_screeningtypeid": "String",
    "mshr_hcmscreeningtypeentityid": "Guid"
}

Properties

Property
Physical name
Type
Use Description
Screening Type Entity ID
mshr_hcmscreeningtypeentityid
GUID
Read-only
Required
System-generated
Unique primary identifier for the screening type record.
Screening Type ID
mshr_screeningtypeid
String
Read/write
Required
User-defined unique identifier for the screening type.
Description
mshr_description
String
Read/write
Required
The description of the screening type.
Frequency Unit
mshr_frequencyunit
mshr_hcmfrequencyunit option set
Read/write
Required
Describes the frequency with which the screening must be completed for the assigned person.
Generate From
mshr_generatefrom
mshr_hcmfrequencygeneratefrom option set
Read-write
Required
If the Frequency value is any value other than “One-time only”, the GenerateFrom value determines the date from which to calculate the next screening event.
Frequency Interval
mshr_frequencyinterval
Integer
Read-write
Required
If the Frequency value is any value other than “One-time only”, you must define an interval for the units of time between each screening event.

See also

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