HRMCourseTable::findByRecId Method
Finds a record in the HRMCourseTable table by using a record ID value.
Syntax
client server public static HRMCourseTable findByRecId(RecId recId, [boolean _forUpdate])
Run On
Called
Parameters
- recId
Type: RecId Extended Data Type
The record ID value 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.