Share via


HcmSkillMappingSkill::findBySkillMappingHeaderSkill Method

Finds the specified record in the HcmSkillMappingSkill table by using the specified SkillMappingHeader and Skill fields.

Syntax

client server public static HcmSkillMappingSkill findBySkillMappingHeaderSkill(
    HcmSkillMappingHeaderRecId _skillMappingHeader, 
    HcmSkillRecId _skill, 
   [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: HcmSkillMappingSkill Table
A record in the HcmSkillMappingSkill table.

See Also

Reference

HcmSkillMappingSkill Table