Share via


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

  • _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.

See Also

Reference

HcmPersonIdentificationNumber Table