Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _skillMappingHeader
Type: HcmSkillMappingHeaderRecId Extended Data Type
The value in the SkillMappingHeader field of the record to find.
- _skill
Type: HcmSkillRecId Extended Data Type
The value in the Skill field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when it reads the record; optional.
Return Value
Type: HcmSkillMappingSkill Table
A record in the HcmSkillMappingSkill table.