HcmPersonImage::findByPerson Method
Finds a record in the HcmPersonImage table by using the specified Person field.
Syntax
client server public static HcmPersonImage 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: HcmPersonImage Table
A record from the HcmPersonImage table.