HcmApplicant::getApplicantType Method
Displays the type of this applicant, which indicates to what extent this applicant is already in the system as an employee work contractor.
Syntax
client server public static HcmApplicantType getApplicantType(DirPartyRecId _partyRecId)
Run On
Called
Parameters
- _partyRecId
Type: DirPartyRecId Extended Data Type
The record ID of DirPartTable table to use to determine the type of applicant.
Return Value
Type: HcmApplicantType Enumeration
A HcmApplicantType::Employee if the applicant is already an employee in the system or a HcmApplicantType::Contractor if it is a contractor; otherwise, a HcmApplicantType::ExternalApplicant.