HRMCourseAgendaLine::existSession Method
Indicates whether the record ID in the HRMCourseAgendaLine table exists.
Syntax
client server public static boolean existSession(HRMCourseId _hrmCourseId, HRMCourseAgendaId _hrmCourseAgendaId)
Run On
Called
Parameters
- _hrmCourseId
Type: HRMCourseId Extended Data Type
The HRMCourseId value of the record to check for existence.
- _hrmCourseAgendaId
Type: HRMCourseAgendaId Extended Data Type
The HRMCourseAgendaId value of the record to check for existence.
Return Value
Type: boolean
true if the record ID exists; otherwise, false.