HcmCourseTypeCertificateProfile::findByCourseTypeCertificateType Method
Finds a record in the HcmCourseTypeCertificateProfile table that has the specified values in the CourseType and CertificateType fields.
Syntax
client server public static HcmCourseTypeCertificateProfile findByCourseTypeCertificateType(
HcmCourseTypeRecId _courseType,
HcmCertificateTypeRecId _certificateType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _courseType
Type: HcmCourseTypeRecId Extended Data Type
- _certificateType
Type: HcmCertificateTypeRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmCourseTypeCertificateProfile Table
A record in the HcmCourseTypeCertificateProfile table.