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.
Finds a record from the HRMCourseTableHotel table that is based on a HRMInjuryCaseId value.
Syntax
client server public static HRMCourseTableHotel find(
HRMCourseId _hrmCourseId,
HRMCourseHotelId _hrmCourseHotelId,
[boolean _forUpdate])
Run On
Called
Parameters
- _hrmCourseId
Type: HRMCourseId Extended Data Type
The HRMCourseId value of the record to find.
- _hrmCourseHotelId
Type: HRMCourseHotelId Extended Data Type
The HRMCourseHotelId value of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: HRMCourseTableHotel Table
A record in the HRMCourseTableHotel table.