HcmSkillMappingCertificate::existOptional Method
Indicates whether the specified record in the HcmSkillMappingCertificate table exists with a specific optional value.
Syntax
client server public static boolean existOptional(HcmSkillMappingHeaderRecId _headerRecId, [HRMSkillMappingOptional _optional])
Run On
Called
Parameters
- _headerRecId
Type: HcmSkillMappingHeaderRecId Extended Data Type
The record ID of the HcmSkillMappingHeader record to check for existence.
- _optional
Type: HRMSkillMappingOptional Extended Data Type
A Boolean value that indicates if the certificate for which to look is marked as optional; optional.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.
Remarks
If the _optional parameter is not specified, this method indicates whether any certificates exist for this header value.