HcmCourseNotes::find Method
Finds a record in the HcmCourseNotes table based on a record ID value.
Syntax
client server public static HcmCourseNotes find(
HcmCourseNotesRecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: HcmCourseNotesRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmCourseNotes Table
A record from the HcmCourseNotes table.