Share via


HcmPersonScreening::findByPersonScreeningTypeRequiredBy Method

Finds a specified record in the HcmPersonScreening table that is based on the specified Person , ScreeningType, and RequiredBy values.

Syntax

client server public static HcmPersonScreening findByPersonScreeningTypeRequiredBy(
    HcmPersonRecId _person, 
    HcmScreeningTypeRecId _screeningType, 
    HcmDate _requiredByDate, 
   [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: HcmPersonScreening Table
A HcmPersonScreening record.

See Also

Reference

HcmPersonScreening Table