Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: HcmJobFunction Table
A record from the HcmJobFunction table.

See Also

Reference

HcmJobFunction Table