HcmPersonSkillMapping::findByPerson Method
Finds a record in the HcmPersonSkillMapping table by using the specified value of the Person field.
Syntax
client server public static HcmPersonSkillMapping findByPerson(
HcmPersonRecId _person,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _person
Type: HcmPersonRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmPersonSkillMapping Table
A record in the HcmPersonSkillMapping table.