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