Share via


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

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

Return Value

Type: HcmJobPreferredScreening Table
A record in the HcmJobPreferredScreening table.

See Also

Reference

HcmJobPreferredScreening Table