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
- _screeningTypeId
Type: HcmScreeningTypeId Extended Data Type
A value of the HcmScreeningTypeId 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 the record is read; optional.
Return Value
Type: HcmScreeningType Table
A record in the HcmScreeningType table.