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
- _person
Type: HcmPersonRecId Extended Data Type
- _skill
Type: HcmSkillRecId Extended Data Type
- _ratingLevelType
Type: HRMSkillLevelType Enumeration
- _ratingLevelDate
Type: TransDate Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmPersonSkill Table
The specified record in the HcmPersonSkill table.