Share via


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

  • _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.

See Also

Reference

HRMCourseTable Table