HRMCourseTableHotel::exist Method
Indicates whether the specified record in the HRMCourseTableHotel table exists.
Syntax
client server public static boolean exist(HRMCourseId _hrmCourseId, HRMCourseHotelId _hrmCourseHotelId)
Run On
Called
Parameters
- _hrmCourseId
Type: HRMCourseId Extended Data Type
The course ID of the record to check for existence.
- _hrmCourseHotelId
Type: HRMCourseHotelId Extended Data Type
The course hotel ID of the record to check for existence.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.