Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record in the HcmSkillMappingRange 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 range for which to look is marked as optional; optional.
Return Value
Type: boolean
true if any record exists; otherwise, false.
Remarks
If the _optional parameter is not specified, this method indicates whether any ranges exist for this header value.