HcmIdentificationType::findByIdentificationType Method
Finds the specified record in the HcmIdentificationType table by using the specified IdentificationType value.
Syntax
client server public static HcmIdentificationType findByIdentificationType(
HcmIdentificationTypeId _identificationTypeID,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _identificationTypeID
Type: HcmIdentificationTypeId Extended Data Type
The value of the HcmIdentificationTypeID field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: HcmIdentificationType Table
The specified record from the HcmIdentificationType table; otherwise, an empty record.