Share via


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

Return Value

Type: HcmCourseNotes Table
A record from the HcmCourseNotes table.

See Also

Reference

HcmCourseNotes Table