HcmCourseTypeEducationProfile::findByCourseTypeEducationDiscipline Method
Finds a record in the HcmCourseTypeEducationProfile table by using the specified values in the CourseType and EducationDiscipline fields.
Syntax
client server public static HcmCourseTypeEducationProfile findByCourseTypeEducationDiscipline(
HcmCourseTypeRecId _courseType,
HcmEducationDisciplineRecId _educationDiscipline,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _courseType
Type: HcmCourseTypeRecId Extended Data Type
- _educationDiscipline
Type: HcmEducationDisciplineRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmCourseTypeEducationProfile Table
A record in the HcmCourseTypeEducationProfile table.