HcmPersonIdentificationNumber::checkExist Method
Validates that the record ID exists in the HcmPersonIdentificationNumber table; if not, an error message is displayed.
Syntax
client server public static boolean checkExist(HcmPersonIdentificationNumberRecId _recId)
Run On
Called
Parameters
- _recId
Type: HcmPersonIdentificationNumberRecId Extended Data Type
The record ID of the HcmPersonIdentificationNumber record.
Return Value
Type: boolean
true if the record ID exists; otherwise, false.