Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: HcmIdentificationType Table
The specified record from the HcmIdentificationType table; otherwise, an empty record.

See Also

Reference

HcmIdentificationType Table