HcmCertificateType::findByCertificateType Method
Finds a record in the HcmCertificateType table by using a HcmCertificateTypeId value.
Syntax
client server public static HcmCertificateType findByCertificateType(
HcmCertificateTypeId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: HcmCertificateTypeId Extended Data Type
A value of the HcmCertificateTypeId field.
- _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: HcmCertificateType Table
A record in the HcmCertificateType table.