HcmPersonExam::existsFuturePersonExam Method
Indicates whether a future record exists in the HcmPersonExam table that has the specified Person and Exam values.
Syntax
client server public static boolean existsFuturePersonExam(
HcmPersonExamRecId _currentPersonExamRecId,
HcmPersonRecId _person,
HcmExamRecId _exam)
Run On
Called
Parameters
- _currentPersonExamRecId
Type: HcmPersonExamRecId Extended Data Type
The value of the RecId field.
- _person
Type: HcmPersonRecId Extended Data Type
The value of the Person field.
- _exam
Type: HcmExamRecId Extended Data Type
The value of the Exam field.
Return Value
Type: boolean
true if the future record exists; otherwise, false.