Share via


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

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

Return Value

Type: HcmJobTemplateScreening Table
A record in the HcmJobTemplateScreening table; otherwise, an empty record.

See Also

Reference

HcmJobTemplateScreening Table