HcmPersonImage::find Method
Finds a record in the HcmPersonImage table from a specified record ID value.
Syntax
client server public static HcmPersonImage find(
HcmPersonImageRecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: HcmPersonImageRecId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmPersonImage Table
A record from the HcmPersonImage table.