Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the record ID in the HRMCourseAttendee table exists.
Syntax
client server public static boolean exist(HRMCourseId _hrmCourseId, HcmPersonRecId _person)
Run On
Called
Parameters
- _hrmCourseId
Type: HRMCourseId Extended Data Type
The HRMCourseId value of the record to check for existence.
- _person
Type: HcmPersonRecId Extended Data Type
The HcmPersonRecId value of the record to check for existence.
Return Value
Type: boolean
true if the record exists; otherwise, false.