HcmJobPreferredScreening::findByJobScreeningType Method
Finds a record in the HcmJobPreferredScreening table by using the specified Job and ScreeningType values.
Syntax
client server public static HcmJobPreferredScreening findByJobScreeningType(
HcmJobRecId _job,
HcmScreeningTypeRecId _screeningType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _job
Type: HcmJobRecId Extended Data Type
A value of the Job 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
A concurrency model option to use when the record is read; optional.
Return Value
Type: HcmJobPreferredScreening Table
A record in the HcmJobPreferredScreening table.