Share via


HcmSkillMappingCertificate::findBySkillMappingHeaderCertificate Method

Finds the specified record in the HcmSkillMappingCertificate table by using the SkillMappingHeader and CertificateType fields.

Syntax

client server public static HcmSkillMappingCertificate findBySkillMappingHeaderCertificate(
    HcmSkillMappingHeaderRecId _skillMappingHeader, 
    HcmCertificateTypeRecId _certificateType, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: HcmSkillMappingCertificate Table
A record in the HcmSkillMappingCertificate table.

See Also

Reference

HcmSkillMappingCertificate Table