HcmPersonCertificate::findByPersonCertificateTypeIssueDate Method
Finds the specified record in the HcmPersonCertificate table by using the specified values of the Person, CertificateType and IssueDate fields.
Syntax
client server public static HcmPersonCertificate findByPersonCertificateTypeIssueDate(
HcmPersonRecId _person,
HcmCertificateTypeRecId _certificateType,
StartDate _issueDate,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _person
Type: HcmPersonRecId Extended Data Type
- _certificateType
Type: HcmCertificateTypeRecId Extended Data Type
- _issueDate
Type: StartDate Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmPersonCertificate Table
A record in the HcmPersonCertificate table.