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