HcmJobTemplateScreening::findByJobTemplateScreeningType Method
Finds a specified record in the HcmJobTemplateScreening table by using the specified JobTemplate and ScreeningType values.
Syntax
client server public static HcmJobTemplateScreening findByJobTemplateScreeningType(
HcmJobTemplateRecId _jobTemplate,
HcmScreeningTypeRecId _screeningType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _jobTemplate
Type: HcmJobTemplateRecId Extended Data Type
A value of the JobTemplate field.
- _screeningType
Type: HcmScreeningTypeRecId Extended Data Type
A value of the ScreeningType 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: HcmJobTemplateScreening Table
A record in the HcmJobTemplateScreening table; otherwise, an empty record.