HcmCourseNotes::findByCourseNotesType Method
Finds a record in the HcmCourseNotes table from the specified values of the CourseId and NotesType fields.
Syntax
client server public static HcmCourseNotes findByCourseNotesType(
HRMCourseId _courseId,
HRMCourseNotesType _notesType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _courseId
Type: HRMCourseId Extended Data Type
- _notesType
Type: HRMCourseNotesType Enumeration
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmCourseNotes Table
A record from the HcmCourseNotes table.