HRMCourseInstructor::existByPerson Method
Determines whether a record exists in the HRMCourseInstructor table.
Syntax
client server public static boolean existByPerson(HcmPersonRecId _person)
Run On
Called
Parameters
- _person
Type: HcmPersonRecId Extended Data Type
The HcmPersonRecId value of the record to check.
Return Value
Type: boolean
true if the record exists; otherwise, false.