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.
Finds the record in the HcmSkillMappingRange table by using the specified SkillMappingHeader, RangeType and Range fields.
Syntax
client server public static HcmSkillMappingRange findBySkillMappingHeaderRangeAndType(
HcmSkillMappingHeaderRecId _skillMappingHeader,
HcmSkillMappingRangeType _rangeType,
Range _range,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _skillMappingHeader
Type: HcmSkillMappingHeaderRecId Extended Data Type
The value in the SkillMappingHeader field of the record to find.
- _rangeType
Type: HcmSkillMappingRangeType Enumeration
The value in the RangeType field of the record to find.
- _range
Type: Range Extended Data Type
The value in the Range field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when it reads the record for update; optional.
Return Value
Type: HcmSkillMappingRange Table
A record in the HcmSkillMappingRange table.