HcmCourseTypeSkillProfile::findByCourseTypeSkill Method
Finds the specified record in the HcmCourseTypeSkillProfile table based on the specified CourseType and Skill field values.
Syntax
client server public static HcmCourseTypeSkillProfile findByCourseTypeSkill(
HcmCourseTypeRecId _courseType,
HcmSkillRecId _skill,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _courseType
Type: HcmCourseTypeRecId Extended Data Type
- _skill
Type: HcmSkillRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmCourseTypeSkillProfile Table
A record in the HcmCourseTypeSkillProfile table; otherwise, an empty record.