Share via


HcmPersonSkill::findByPersonSkill Method

Finds the newest record in the HcmPersonSkill table by using the specified values of the Person, Skill, RatingLevelType and RatingLevelDate fields.

Syntax

client server public static HcmPersonSkill findByPersonSkill(
    HcmPersonRecId _person, 
    HcmSkillRecId _skill, 
    HRMSkillLevelType _ratingLevelType, 
    TransDate _ratingLevelDate, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

Return Value

Type: HcmPersonSkill Table
The specified record in the HcmPersonSkill table.

See Also

Reference

HcmPersonSkill Table