HcmPersonIdentificationNumber::findByPersonAndType Method
Finds a record in the HcmPersonIdentificationNumber table for a combination of a person and identification type.
Syntax
client server public static HcmPersonIdentificationNumber findByPersonAndType(
HcmPersonRecId _personRecId,
HcmIdentificationTypeRecId _identificationTypeRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _personRecId
Type: HcmPersonRecId Extended Data Type
The RecId value of a DirPerson record.
- _identificationTypeRecId
Type: HcmIdentificationTypeRecId Extended Data Type
The RecId value of a HcmIdentificationType record.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates whether a concurrency setting is used on the HcmPersonIdentificationNumber table; optional.
Return Value
Type: HcmPersonIdentificationNumber Table
A record from the HcmPersonIdentificationNumber table.