HcmJobPreferredCertificate::findByJobCertificateType Method
Finds a record in the HcmJobPreferredCertificate table by using the specified values of the Job and CertificateType fields.
Syntax
client server public static HcmJobPreferredCertificate findByJobCertificateType(
HcmJobRecId _job,
HcmCertificateTypeRecId _certificateType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _job
Type: HcmJobRecId Extended Data Type
- _certificateType
Type: HcmCertificateTypeRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmJobPreferredCertificate Table
A record in the HcmJobPreferredCertificate table.