HcmPersonScreening::existsFuturePersonScreening Method
Indicates whether a future record exists in the HcmPersonScreening table that is based on the specified Person and ScreeningType values .
Syntax
client server public static boolean existsFuturePersonScreening(
HcmPersonScreeningRecId _currentPersonScreeningRecId,
HcmPersonRecId _person,
HcmScreeningTypeRecId _screeningType)
Run On
Called
Parameters
- _currentPersonScreeningRecId
Type: HcmPersonScreeningRecId Extended Data Type
A RecId field value.
- _person
Type: HcmPersonRecId Extended Data Type
A Person field value.
- _screeningType
Type: HcmScreeningTypeRecId Extended Data Type
A ScreeningType field value.
Return Value
Type: boolean
true if the future record exists; otherwise, false .