HRMCourseAttendeeLine::exist Method
Indicates whether a record exists in HRMCourseAttendeeLine table.
Syntax
client server public static boolean exist(
HRMCourseId _hrmCourseId,
HcmPersonRecId _person,
HRMCourseSessionTrackId _hrmCourseSessionTrackId,
HRMCourseSessionId _hrmCourseSessionId,
HRMCourseAgendaId _hrmCourseAgendaId)
Run On
Called
Parameters
- _hrmCourseId
Type: HRMCourseId Extended Data Type
The HRMCourseId value of the record to check.
- _person
Type: HcmPersonRecId Extended Data Type
The HcmPersonRecId value of the record to check.
- _hrmCourseSessionTrackId
Type: HRMCourseSessionTrackId Extended Data Type
The HRMCourseSessionTrackId value of the record to check.
- _hrmCourseSessionId
Type: HRMCourseSessionId Extended Data Type
The HRMCourseSessionId value of the record to check.
- _hrmCourseAgendaId
Type: HRMCourseAgendaId Extended Data Type
The HRMCourseAgendaId value of the record to check.
Return Value
Type: boolean
true if the record exists; otherwise, false.