Share via


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

Return Value

Type: HcmPersonCertificate Table
A record in the HcmPersonCertificate table.

See Also

Reference

HcmPersonCertificate Table