Share via


HcmScreeningType::findByScreeningType Method

Finds a record in the HcmScreeningType table that has a specified HcmScreeningTypeId value.

Syntax

client server public static HcmScreeningType findByScreeningType(
    HcmScreeningTypeId _screeningTypeId, 
   [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: HcmScreeningType Table
A record in the HcmScreeningType table.

See Also

Reference

HcmScreeningType Table