HRMCourseTable::find Method
Finds a record in the HRMCourseTable table by using the specified value of the HrmCourseId field.
Syntax
client server public static HRMCourseTable find(HRMCourseId hrmCourseId, [boolean _forUpdate])
Run On
Called
Parameters
- hrmCourseId
Type: HRMCourseId Extended Data Type
The value of the HRMCourseId field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMCourseTable Table
A record in the HRMCourseTable table.