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