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
- _person
Type: HcmPersonRecId Extended Data Type
A value of the Person field.
- _screeningType
Type: HcmScreeningTypeRecId Extended Data Type
A value of the ScreeningType field.
- _requiredByDate
Type: HcmDate Extended Data Type
A value of the RequiredBy 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: HcmPersonScreening Table
A HcmPersonScreening record.