HcmJobFunction::findByJobFunction Method
Finds a record in the HcmJobFunction table that is based on the specified JobFunctionId field value.
Syntax
client server public static HcmJobFunction findByJobFunction(
HcmJobFunctionId _jobFunctionId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _jobFunctionId
Type: HcmJobFunctionId Extended Data Type
A JobFunctionId field value.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: HcmJobFunction Table
A record from the HcmJobFunction table.